AddResources must precede the rule for building the target.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
SubDir OBOS_TOP src tests kits support barchivable remoteobjectdef ;
|
||||
|
||||
# Add the libraries' resource files. If this sort of thing is needed
|
||||
# anywhere else, we ought to make it into a real rule.
|
||||
AddResources libsupporttest_RemoteTestObject.so : Resource.rsrc ;
|
||||
AddResources libsupporttest_RemoteTestObject_r5.so : Resource.rsrc ;
|
||||
|
||||
CommonTestLib libsupporttest_RemoteTestObject.so
|
||||
: RemoteTestObject.cpp
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
@@ -8,8 +13,3 @@ CommonTestLib libsupporttest_RemoteTestObject.so
|
||||
: support
|
||||
: Resource.rsrc
|
||||
;
|
||||
|
||||
# Add the libraries' resource files. If this sort of thing is needed
|
||||
# anywhere else, we ought to make it into a real rule.
|
||||
AddResources libsupporttest_RemoteTestObject.so : Resource.rsrc ;
|
||||
AddResources libsupporttest_RemoteTestObject_r5.so : Resource.rsrc ;
|
||||
|
||||
Reference in New Issue
Block a user