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:
Jérôme Duval 2006-01-17 12:57:28 +00:00
parent bae7848e66
commit 4747667c90
3 changed files with 14 additions and 2 deletions

View File

@ -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
;

View 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.