equal
deleted
inserted
replaced
18 |
18 |
19 #Service descriptors are deployed to SFW private folder. As the builder may get invoked from elsewhere, |
19 #Service descriptors are deployed to SFW private folder. As the builder may get invoked from elsewhere, |
20 #we cannot use the path specified in the QTSERVICE_DESCRIPTOR option, so use the default path |
20 #we cannot use the path specified in the QTSERVICE_DESCRIPTOR option, so use the default path |
21 DES_PATH=$(EPOCROOT)epoc32/data/z/private/2002AC7F/des/$(QTSERVICE_DESCRIPTOR) |
21 DES_PATH=$(EPOCROOT)epoc32/data/z/private/2002AC7F/des/$(QTSERVICE_DESCRIPTOR) |
22 |
22 |
23 FINAL: |
23 MAKMAKE: |
24 @$(SFWTOOL) $(QTSERVICE_TARGET) $(QTSERVICE_INITIALIZE) add $(DES_PATH) |
24 @$(SFWTOOL) $(QTSERVICE_TARGET) $(QTSERVICE_INITIALIZE) add $(DES_PATH) |
25 |
25 |
26 CLEAN: |
26 CLEAN: |
27 @$(SFWTOOL) $(QTSERVICE_TARGET) $(QTSERVICE_INITIALIZE) remove $(DES_PATH) |
27 @$(SFWTOOL) $(QTSERVICE_TARGET) $(QTSERVICE_INITIALIZE) remove $(DES_PATH) |
28 |
28 |
29 MAKMAKE BLD SAVESPACE FREEZE LIB CLEANLIB RESOURCE RELEASABLES: do_nothing |
29 BLD SAVESPACE FREEZE LIB CLEANLIB RESOURCE RELEASABLES FINAL: do_nothing |