[haiku-commits] r38626 - haiku/trunk/build/jam

  • From: clemens.zeidler@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 13 Sep 2010 05:52:26 +0200 (CEST)

Author: czeidler
Date: 2010-09-13 05:52:26 +0200 (Mon, 13 Sep 2010)
New Revision: 38626
Changeset: http://dev.haiku-os.org/changeset/38626

Modified:
   haiku/trunk/build/jam/HaikuImage
Log:
Add SATDecorator to the image and create the decorator directory. To use S&T it 
has to be enabled by setdecor SATDecorator.



Modified: haiku/trunk/build/jam/HaikuImage
===================================================================
--- haiku/trunk/build/jam/HaikuImage    2010-09-12 22:40:08 UTC (rev 38625)
+++ haiku/trunk/build/jam/HaikuImage    2010-09-13 03:52:26 UTC (rev 38626)
@@ -555,8 +555,9 @@
        : <disk_system>intel <disk_system>bfs ;
 
 # decorators
+AddDirectoryToHaikuImage home config add-ons decorators ;
 AddFilesToHaikuImage home config add-ons decorators :
-       MacDecorator WinDecorator ClassicBe ;
+       MacDecorator WinDecorator ClassicBe SATDecorator ;
 
 # create directories that will remain empty
 AddDirectoryToHaikuImage common bin ;


Other related posts:

  • » [haiku-commits] r38626 - haiku/trunk/build/jam - clemens . zeidler