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:
Ingo Weinhold
2003-05-27 15:20:14 +00:00
parent 968997db5f
commit 5c35d41aab
@@ -1,5 +1,10 @@
SubDir OBOS_TOP src tests kits support barchivable remoteobjectdef ; 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 CommonTestLib libsupporttest_RemoteTestObject.so
: RemoteTestObject.cpp : RemoteTestObject.cpp
: <boot!home!config!lib>libopenbeos.so be stdc++.r4 : <boot!home!config!lib>libopenbeos.so be stdc++.r4
@@ -8,8 +13,3 @@ CommonTestLib libsupporttest_RemoteTestObject.so
: support : support
: Resource.rsrc : 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 ;