equal
deleted
inserted
replaced
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 : |