replaced rsrc file with a rdef one
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,12 +9,11 @@ if $(TARGET_PLATFORM) != haiku {
|
|||||||
# We need the public headers also when not compiling for Haiku.
|
# We need the public headers also when not compiling for Haiku.
|
||||||
}
|
}
|
||||||
|
|
||||||
AddResources desklink : desklink.rsrc ;
|
|
||||||
|
|
||||||
BinCommand desklink :
|
BinCommand desklink :
|
||||||
desklink.cpp
|
desklink.cpp
|
||||||
VolumeSlider.cpp
|
VolumeSlider.cpp
|
||||||
DeskButton.cpp
|
DeskButton.cpp
|
||||||
: be libmedia.so
|
: be libmedia.so
|
||||||
|
: desklink.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
resource app_signature "application/x-vnd.be.desklink";
|
||||||
|
|
||||||
|
resource file_types message;
|
||||||
|
|
||||||
|
resource app_version
|
||||||
|
{
|
||||||
|
short_info = "Haiku-Desklink",
|
||||||
|
long_info = "Haiku version of Desklink"
|
||||||
|
};
|
||||||
|
|
||||||
|
resource app_flags B_MULTIPLE_LAUNCH|B_ARGV_ONLY|B_BACKGROUND_APP ;
|
||||||
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user