sbsv2/raptor/lib/flm/resource.flm
branchfix
changeset 472 d1500715c073
parent 471 8786668610ae
child 474 d22e74b2b0f8
equal deleted inserted replaced
471:8786668610ae 472:d1500715c073
   223 
   223 
   224 # $(1) is the resource filename e.g. /a/b/resource.rsc
   224 # $(1) is the resource filename e.g. /a/b/resource.rsc
   225 # $(2) is the preprocessed resource to make it from
   225 # $(2) is the preprocessed resource to make it from
   226 # $(3) is the language e.g. sc or 01 or 02
   226 # $(3) is the language e.g. sc or 01 or 02
   227 
   227 
   228     RELEASABLES:=$$(RELEASABLES) $(1)
       
   229 
   228 
   230         ifeq ($(TARGET_$(call sanitise,$1)),)
   229         ifeq ($(TARGET_$(call sanitise,$1)),)
   231                 TARGET_$(call sanitise,$1):=1
   230                 TARGET_$(call sanitise,$1):=1
   232 
   231 
   233             $(if $(FLMDEBUG),$(info generateresource: $(1) from $(2) LANG:$(3)),)
   232             $(if $(FLMDEBUG),$(info generateresource: $(1) from $(2) LANG:$(3)),)