added a rdef for hey
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17923 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f425cb84a0
commit
cd7c3b4e28
@ -8,6 +8,8 @@ UsePrivateHeaders storage ;
|
||||
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
|
||||
SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_cache ;
|
||||
|
||||
AddResources hey : hey.rdef ;
|
||||
|
||||
# standard commands that don't need any additional library
|
||||
StdBinCommands
|
||||
boot_process_done.cpp
|
||||
|
2
src/bin/hey.rdef
Normal file
2
src/bin/hey.rdef
Normal file
@ -0,0 +1,2 @@
|
||||
resource app_signature "application/x-amezei-hey";
|
||||
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
|
Loading…
Reference in New Issue
Block a user