From 728892228230c34bafff8ea7b4f8f5b7dc2e8a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 28 Dec 2006 13:49:51 +0000 Subject: [PATCH] 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 --- build/jam/BeOSRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BeOSRules b/build/jam/BeOSRules index 814b17ea4a..5bffc2a1da 100644 --- a/build/jam/BeOSRules +++ b/build/jam/BeOSRules @@ -53,7 +53,7 @@ rule AddFileDataResource # the resource file local resources - = file-data-$(resourceID)-$(dataFile).rsrc ; + = file-data-$(resourceID).rsrc ; # add it to the resources of the given target AddResources $(target) : $(resources) ;