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:
Jérôme Duval 2006-06-25 23:20:47 +00:00
parent f425cb84a0
commit cd7c3b4e28
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
resource app_signature "application/x-amezei-hey";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;