Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-11-23 19:32:43


Author: grafik
Date: 2007-11-23 19:32:43 EST (Fri, 23 Nov 2007)
New Revision: 41323
URL: http://svn.boost.org/trac/boost/changeset/41323

Log:
Add example builds for a few more build extension libraries.
Added:
   sandbox/tools/build_extensions/example/botan/
   sandbox/tools/build_extensions/example/botan/build.jam (contents, props changed)
   sandbox/tools/build_extensions/example/freeimage/
   sandbox/tools/build_extensions/example/freeimage/build.jam (contents, props changed)
   sandbox/tools/build_extensions/example/gigabase/
   sandbox/tools/build_extensions/example/gigabase/build.jam (contents, props changed)
   sandbox/tools/build_extensions/example/tecla/
   sandbox/tools/build_extensions/example/tecla/build.jam (contents, props changed)
Removed:
   sandbox/tools/build_extensions/build/

Added: sandbox/tools/build_extensions/example/botan/build.jam
==============================================================================
--- (empty file)
+++ sandbox/tools/build_extensions/example/botan/build.jam 2007-11-23 19:32:43 EST (Fri, 23 Nov 2007)
@@ -0,0 +1,25 @@
+#~ Copyright 2006 Redshift Software, Inc.
+#~ Copyright 2007 Couch World Games Inc.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
+using botan : 1.4.12 : $(PACKAGES)/Botan-1.4.12 :
+ --enable-adler32
+ --enable-mdx
+ --enable-md4
+ --enable-md5
+ --enable-isaac
+ --enable-sha-256
+ --enable-es-win32
+ --enable-aes
+ --enable-hmac
+ --enable-barrett
+ ;
+
+import stage ;
+
+install stage-lib
+ : /ext/botan//botan
+ : <location>$(STAGE_ROOT)/lib <install-dependencies>on <install-type>LIB
+ ;

Added: sandbox/tools/build_extensions/example/freeimage/build.jam
==============================================================================
--- (empty file)
+++ sandbox/tools/build_extensions/example/freeimage/build.jam 2007-11-23 19:32:43 EST (Fri, 23 Nov 2007)
@@ -0,0 +1,19 @@
+#~ Copyright 2006 Redshift Software, Inc.
+#~ Copyright 2007 Couch World Games Inc.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
+using zlib : 1.2.3 : $(PACKAGES)/zlib-1.2.3 ;
+using jpeg : 6.b : $(PACKAGES)/jpeg-6b ;
+using png : 1.2.12 : $(PACKAGES)/libpng-1.2.12 ;
+using mng : 1.0.9 : $(PACKAGES)/libmng-1.0.9 ;
+using libtiff : 3.8.2 : $(PACKAGES)/tiff-3.8.2 ;
+using freeimage : 3.9.1 : $(PACKAGES)/FreeImage391/FreeImage ;
+
+import stage ;
+
+install stage-lib
+ : /ext/freeimage//freeimage
+ : <location>$(STAGE_ROOT)/lib <install-dependencies>on <install-type>LIB
+ ;

Added: sandbox/tools/build_extensions/example/gigabase/build.jam
==============================================================================
--- (empty file)
+++ sandbox/tools/build_extensions/example/gigabase/build.jam 2007-11-23 19:32:43 EST (Fri, 23 Nov 2007)
@@ -0,0 +1,14 @@
+#~ Copyright 2006 Redshift Software, Inc.
+#~ Copyright 2007 Couch World Games Inc.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
+using gigabase : 3.56 : $(PACKAGES)/GigaBASE-3.56 ;
+
+import stage ;
+
+install stage-lib
+ : /ext/gigabase//gigabase
+ : <location>$(STAGE_ROOT)/lib <install-dependencies>on <install-type>LIB
+ ;

Added: sandbox/tools/build_extensions/example/tecla/build.jam
==============================================================================
--- (empty file)
+++ sandbox/tools/build_extensions/example/tecla/build.jam 2007-11-23 19:32:43 EST (Fri, 23 Nov 2007)
@@ -0,0 +1,14 @@
+#~ Copyright 2006 Redshift Software, Inc.
+#~ Copyright 2007 Couch World Games Inc.
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at
+#~ http://www.boost.org/LICENSE_1_0.txt)
+
+using tecla : 1.6.1 : $(PACKAGES)/libtecla-1.6.1 ;
+
+import stage ;
+
+install stage-lib
+ : /ext/tecla//tecla
+ : <location>$(STAGE_ROOT)/lib <install-dependencies>on <install-type>LIB
+ ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk