sbsv2/raptor/lib/flm/resource.flm
branchfix
changeset 537 164e587fef9f
parent 536 49d91f1e52a3
child 538 71918f4840ed
equal deleted inserted replaced
536:49d91f1e52a3 537:164e587fef9f
    88 define CreateRppAndInfo
    88 define CreateRppAndInfo
    89 
    89 
    90 ifeq ($(RESOURCE_$(call sanitise,$(SOURCE))),)
    90 ifeq ($(RESOURCE_$(call sanitise,$(SOURCE))),)
    91 RESOURCE_$(call sanitise,$(SOURCE)):=1
    91 RESOURCE_$(call sanitise,$(SOURCE)):=1
    92 
    92 
    93 RESOURCE:: $(DESTRPP) $(INFOFILE)
    93 RESOURCE:: $(INFOFILE)
    94 
    94 
    95 $(DESTRPP): $(INTERBASE_TMP)_$(RPPLANG).rpp
    95 $(info <copy source='$(INTERBASE_TMP)_$(RPPLANG).rpp'>$(DESTRPP)</copy>)
    96 	$(call startrule,rppfilecopy,FORCESUCCESS) \
       
    97 	$(GNUCP) $$< $$@ \
       
    98 	$(call endrule,rppfilecopy)
       
    99 
    96 
   100 $(INFOFILE)::
    97 $(INFOFILE)::
   101 	@if [ ! -d $(EPOCROOT)/epoc32/localisation/group ]; then $(GNUMKDIR) -p $(EPOCROOT)/epoc32/localisation/group; fi
    98 	@if [ ! -d $(EPOCROOT)/epoc32/localisation/group ]; then $(GNUMKDIR) -p $(EPOCROOT)/epoc32/localisation/group; fi
   102 	@if [ ! -f $$@ ]; then echo "DATADIR: /$(RSSBASENAME)" > $$@ ; fi
    99 	@if [ ! -f $$@ ]; then echo "DATADIR: /$(RSSBASENAME)" > $$@ ; fi
   103 	@echo -e "\n/z$(TARGETPATH)/$(TARGET_lower).rsc : $(RSSBASENAME).rpp" >> $$@
   100 	@echo -e "\n/z$(TARGETPATH)/$(TARGET_lower).rsc : $(RSSBASENAME).rpp" >> $$@