Update of /cvsroot/boost/boost/tools/wave/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24448

Modified Files:
        Jamfile.v2 
Log Message:
Wave: made build for wave driver single threaded.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/tools/wave/build/Jamfile.v2,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Jamfile.v2  7 Jul 2007 04:05:42 -0000       1.14
+++ Jamfile.v2  7 Jul 2007 04:27:25 -0000       1.15
@@ -11,9 +11,9 @@
 project
     :
     requirements
-#    <link>static
-#    <runtime-link>static
-#    <threading>single
+    <link>static
+    <runtime-link>static    
+    <threading>single
     ;
 
 exe wave
@@ -24,11 +24,11 @@
     /boost/filesystem//boost_filesystem
     /boost/serialization//boost_serialization
     /boost/system//boost_system
-    /boost/thread//boost_thread
     :
 #   <debug-symbols>on
+    <define>BOOST_DISABLE_THREADS=1
     :
-    release
+    <variant>release
     ;
 
 install dist-bin
@@ -38,7 +38,7 @@
     <install-type>EXE
     <location>../../../dist/bin
     :
-    release
+    <variant>release
     ;
 
 install dist-lib
@@ -48,5 +48,5 @@
     <install-type>LIB
     <location>../../../dist/lib
     :
-    release
+    <variant>release
     ;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to