Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-27 17:30:17


Author: grafik
Date: 2007-12-27 17:30:17 EST (Thu, 27 Dec 2007)
New Revision: 42318
URL: http://svn.boost.org/trac/boost/changeset/42318

Log:
Fix disappearing requirements from building boost sublibs.
Added:
   sandbox/tools/build_extensions/example/boost/
   sandbox/tools/build_extensions/example/boost/build.jam (contents, props changed)
Text files modified:
   sandbox/tools/build_extensions/example/expat/build.jam | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Added: sandbox/tools/build_extensions/example/boost/build.jam
==============================================================================
--- (empty file)
+++ sandbox/tools/build_extensions/example/boost/build.jam 2007-12-27 17:30:17 EST (Thu, 27 Dec 2007)
@@ -0,0 +1,13 @@
+#~ Copyright 2007 Rene Rivera
+#~ 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 boost : 1.34.1 : $(PACKAGES)/boost_1_34_1 ;
+
+import stage ;
+
+install stage-lib
+ : /ext/boost//thread
+ : <location>$(STAGE_ROOT)/lib <install-dependencies>on <install-type>LIB
+ ;

Modified: sandbox/tools/build_extensions/example/expat/build.jam
==============================================================================
--- sandbox/tools/build_extensions/example/expat/build.jam (original)
+++ sandbox/tools/build_extensions/example/expat/build.jam 2007-12-27 17:30:17 EST (Thu, 27 Dec 2007)
@@ -4,7 +4,8 @@
 #~ (See accompanying file LICENSE_1_0.txt or copy at
 #~ http://www.boost.org/LICENSE_1_0.txt)
 
-using expat : 2.0.0 : $(PACKAGES)/expat-2.0.0 ;
+#~ using expat : 2.0.0 : $(PACKAGES)/expat-2.0.0 ;
+using expat : : $(PACKAGES)/expat-2.0.0 ;
 
 import stage ;
 


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