--- a/tools/export_templates.mk Sat Jul 31 20:58:45 2010 +0100
+++ b/tools/export_templates.mk Thu Aug 05 12:06:56 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