sbsv2/raptor/lib/flm/resource.flm
branchfix
changeset 577 70a350fada5a
parent 575 e8d124df4a90
child 642 3517522ec7aa
equal deleted inserted replaced
576:0351d04638fa 577:70a350fada5a
   182 define generateresource
   182 define generateresource
   183 
   183 
   184 # $(1) is the intermediate resource filename with path e.g. /a/b/resource.rsc
   184 # $(1) is the intermediate resource filename with path e.g. /a/b/resource.rsc
   185 # $(2) is the preprocessed resource to make it from
   185 # $(2) is the preprocessed resource to make it from
   186 # $(3) is the language e.g. sc or 01 or 02
   186 # $(3) is the language e.g. sc or 01 or 02
   187 # $(4) is the resource filename without path
   187 # $(4) is the target resource filename without path
   188 
   188 
   189 
   189 
   190         ifeq ($(TARGET_$(call sanitise,$1)),)
   190         ifeq ($(TARGET_$(call sanitise,$1)),)
   191                 TARGET_$(call sanitise,$1):=1
   191                 TARGET_$(call sanitise,$1):=1
   192 
   192