Replacing more broken binary resources with rdefs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12304 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,8 +2,8 @@ SubDir OBOS_TOP src tests kits support barchivable remoteobjectdef ;
|
|||||||
|
|
||||||
# Add the libraries' resource files. If this sort of thing is needed
|
# Add the libraries' resource files. If this sort of thing is needed
|
||||||
# anywhere else, we ought to make it into a real rule.
|
# anywhere else, we ought to make it into a real rule.
|
||||||
AddResources libsupporttest_RemoteTestObject.so : Resource.rsrc ;
|
AddResources libsupporttest_RemoteTestObject.so : RemoteTestObject.rdef ;
|
||||||
AddResources libsupporttest_RemoteTestObject_r5.so : Resource.rsrc ;
|
AddResources libsupporttest_RemoteTestObject_r5.so : RemoteTestObject.rdef ;
|
||||||
|
|
||||||
CommonTestLib libsupporttest_RemoteTestObject.so
|
CommonTestLib libsupporttest_RemoteTestObject.so
|
||||||
: RemoteTestObject.cpp
|
: RemoteTestObject.cpp
|
||||||
@@ -11,5 +11,5 @@ CommonTestLib libsupporttest_RemoteTestObject.so
|
|||||||
: be stdc++.r4
|
: be stdc++.r4
|
||||||
:
|
:
|
||||||
: support
|
: support
|
||||||
: Resource.rsrc
|
: RemoteTestObject.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
resource(1, "BEOS:FILE_TYPES") message;
|
||||||
|
|
||||||
|
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.RemoteObjectDef";
|
||||||
|
|
||||||
|
resource(1, "BEOS:APP_VERSION") #'APPV' array
|
||||||
|
{
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
$"0000000000000000000000000000000000000000100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110011001"
|
||||||
|
$"1001100110011001100110011001100110011001100110011001100110016001"
|
||||||
|
$"7E016001600160017E016001600131012102C2A10131012101320140010003E2"
|
||||||
|
$"84A203E284A20133012302C2A302C2A30134012402C2A202C2A20135012503E2"
|
||||||
|
$"889E03E280B003E2889E0136015E011E02CB860137012602C2B602C2A7013701"
|
||||||
|
$"2602C2B602C2A701"
|
||||||
|
};
|
||||||
Binary file not shown.
Reference in New Issue
Block a user