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:
parent
bae7848e66
commit
4747667c90
@ -9,12 +9,11 @@ if $(TARGET_PLATFORM) != haiku {
|
||||
# We need the public headers also when not compiling for Haiku.
|
||||
}
|
||||
|
||||
AddResources desklink : desklink.rsrc ;
|
||||
|
||||
BinCommand desklink :
|
||||
desklink.cpp
|
||||
VolumeSlider.cpp
|
||||
DeskButton.cpp
|
||||
: be libmedia.so
|
||||
: desklink.rdef
|
||||
;
|
||||
|
||||
|
13
src/bin/desklink/desklink.rdef
Normal file
13
src/bin/desklink/desklink.rdef
Normal file
@ -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.
Loading…
x
Reference in New Issue
Block a user