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:
Axel Dörfler
2006-12-28 13:49:51 +00:00
parent 515dc58881
commit 7288922282
+1 -1
View File
@@ -53,7 +53,7 @@ rule AddFileDataResource
# the resource file
local resources
= <added-resources>file-data-$(resourceID)-$(dataFile).rsrc ;
= <added-resources>file-data-$(resourceID).rsrc ;
# add it to the resources of the given target
AddResources $(target) : $(resources) ;