[haiku-commits] r38093 - in haiku/trunk/src/bin: . keymap

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Aug 2010 03:44:46 +0200 (CEST)

Author: anevilyak
Date: 2010-08-14 03:44:46 +0200 (Sat, 14 Aug 2010)
New Revision: 38093
Changeset: http://dev.haiku-os.org/changeset/38093

Added:
   haiku/trunk/src/bin/keymap/keymap.rdef
Modified:
   haiku/trunk/src/bin/Jamfile
   haiku/trunk/src/bin/keymap/Jamfile
Log:
Add an rdef for the keymap command line applet to specify background app so it 
doesn't pop up in Deskbar when being executed (especially annoying during Haiku 
builds).



Modified: haiku/trunk/src/bin/Jamfile
===================================================================
--- haiku/trunk/src/bin/Jamfile 2010-08-13 19:45:54 UTC (rev 38092)
+++ haiku/trunk/src/bin/Jamfile 2010-08-14 01:44:46 UTC (rev 38093)
@@ -18,6 +18,7 @@
 AddResources checkitout : checkitout.rdef ;
 AddResources fortune : fortune.rdef ;
 AddResources hey : hey.rdef ;
+AddResources keymap : keymap.rdef ;
 AddResources mimeset : mimeset.rdef ;
 AddResources mountvolume : mountvolume.rdef ;
 AddResources notify : notify.rdef ;

Modified: haiku/trunk/src/bin/keymap/Jamfile
===================================================================
--- haiku/trunk/src/bin/keymap/Jamfile  2010-08-13 19:45:54 UTC (rev 38092)
+++ haiku/trunk/src/bin/keymap/Jamfile  2010-08-14 01:44:46 UTC (rev 38093)
@@ -6,4 +6,5 @@
 BinCommand keymap :
        main.cpp
        Keymap.cpp
-       : be libshared.a $(TARGET_LIBSUPC++) ;
+       : be libshared.a $(TARGET_LIBSUPC++)
+       : keymap.rdef ;

Added: haiku/trunk/src/bin/keymap/keymap.rdef
===================================================================
--- haiku/trunk/src/bin/keymap/keymap.rdef                              (rev 0)
+++ haiku/trunk/src/bin/keymap/keymap.rdef      2010-08-14 01:44:46 UTC (rev 
38093)
@@ -0,0 +1,3 @@
+resource app_signature "application/x-vnd.Haiku-keymap-cli";
+resource app_flags B_MULTIPLE_LAUNCH|B_BACKGROUND_APP;
+


Other related posts: