diff -r df16950e242e -r a581f3c08c9a tools/export_templates.mk --- a/tools/export_templates.mk Sat Jul 31 21:32:20 2010 +0100 +++ b/tools/export_templates.mk Wed Aug 25 21:19:19 2010 +0100 @@ -11,17 +11,17 @@ # BLD : ifeq ($(PLATFORM), WINSCW) - .\exportall .\createsrc-templates %EPOCROOT%epoc32\tools\createsrc-templates + .\exportall .\createsrc-templates $(EPOCROOT)epoc32\tools\createsrc-templates endif RELEASABLES : ifeq ($(PLATFORM), WINSCW) - .\exportall -w .\createsrc-templates %EPOCROOT%epoc32\tools\createsrc-templates + @.\exportall -w .\createsrc-templates $(EPOCROOT)epoc32\tools\createsrc-templates endif CLEAN : ifeq ($(PLATFORM), WINSCW) - .\exportall -c .\createsrc-templates %EPOCROOT%epoc32\tools\createsrc-templates + .\exportall -c .\createsrc-templates $(EPOCROOT)epoc32\tools\createsrc-templates endif -MAKMAKE FINAL FREEZE LIB CLEANLIB RESOURCE SAVESPACE : \ No newline at end of file +MAKMAKE FINAL FREEZE LIB CLEANLIB RESOURCE SAVESPACE : \ No newline at end of file