Removed $(dataFile) from file name of the resource - this allows to put your
resource data files into subdirectories; the resource ID is supposed to be unique, anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19643 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ rule AddFileDataResource
|
|||||||
|
|
||||||
# the resource file
|
# the resource file
|
||||||
local resources
|
local resources
|
||||||
= <added-resources>file-data-$(resourceID)-$(dataFile).rsrc ;
|
= <added-resources>file-data-$(resourceID).rsrc ;
|
||||||
|
|
||||||
# add it to the resources of the given target
|
# add it to the resources of the given target
|
||||||
AddResources $(target) : $(resources) ;
|
AddResources $(target) : $(resources) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user