tools/export_templates.mk
changeset 42 a581f3c08c9a
parent 25 482757737e59
child 111 1158876b5622
equal deleted inserted replaced
41:df16950e242e 42:a581f3c08c9a
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Accenture - Initial contribution
    10 # Accenture - Initial contribution
    11 #
    11 #
    12 BLD :
    12 BLD :
    13 ifeq ($(PLATFORM), WINSCW)
    13 ifeq ($(PLATFORM), WINSCW)
    14 	.\exportall .\createsrc-templates %EPOCROOT%epoc32\tools\createsrc-templates
    14 	.\exportall .\createsrc-templates $(EPOCROOT)epoc32\tools\createsrc-templates
    15 endif
    15 endif
    16 
    16 
    17 RELEASABLES :
    17 RELEASABLES :
    18 ifeq ($(PLATFORM), WINSCW)
    18 ifeq ($(PLATFORM), WINSCW)
    19 	.\exportall -w .\createsrc-templates %EPOCROOT%epoc32\tools\createsrc-templates
    19 	@.\exportall -w .\createsrc-templates $(EPOCROOT)epoc32\tools\createsrc-templates
    20 endif
    20 endif
    21 
    21 
    22 CLEAN :
    22 CLEAN :
    23 ifeq ($(PLATFORM), WINSCW)
    23 ifeq ($(PLATFORM), WINSCW)
    24 	.\exportall -c .\createsrc-templates %EPOCROOT%epoc32\tools\createsrc-templates
    24 	.\exportall -c .\createsrc-templates $(EPOCROOT)epoc32\tools\createsrc-templates
    25 endif
    25 endif
    26 
    26 
    27 MAKMAKE  FINAL FREEZE LIB CLEANLIB RESOURCE SAVESPACE : 
    27 MAKMAKE FINAL FREEZE LIB CLEANLIB RESOURCE SAVESPACE :