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

Modified Files:
        Jamfile.v2 
Log Message:
Wave: fixed Jamfiles.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/tools/wave/build/Jamfile.v2,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Jamfile.v2  7 Jul 2007 04:27:25 -0000       1.15
+++ Jamfile.v2  11 Jul 2007 15:29:10 -0000      1.16
@@ -11,9 +11,6 @@
 project
     :
     requirements
-    <link>static
-    <runtime-link>static    
-    <threading>single
     ;
 
 exe wave
@@ -24,11 +21,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
     :
-    <variant>release
+    release
     ;
 
 install dist-bin
@@ -38,7 +35,7 @@
     <install-type>EXE
     <location>../../../dist/bin
     :
-    <variant>release
+    release
     ;
 
 install dist-lib
@@ -48,5 +45,5 @@
     <install-type>LIB
     <location>../../../dist/lib
     :
-    <variant>release
+    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