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

Modified Files:
        cw.jam intel-win.jam msvc.jam 
Log Message:
Add toolset requirements that specify that shared runtime
is multithreaded, for most windows toolsets.


Index: cw.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/cw.jam,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cw.jam      12 Sep 2006 22:31:14 -0000      1.15
+++ cw.jam      18 Nov 2006 18:47:22 -0000      1.16
@@ -23,6 +23,8 @@
 
 feature.extend toolset : cw ;
 
+toolset.add-requirements <toolset>cw,<runtime-link>shared:<threading>multi ;
+
 nl = "
 " ;
 

Index: intel-win.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/intel-win.jam,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- intel-win.jam       12 Sep 2006 09:28:11 -0000      1.12
+++ intel-win.jam       18 Nov 2006 18:47:22 -0000      1.13
@@ -22,6 +22,8 @@
 toolset.inherit-flags intel-win : msvc ;
 toolset.inherit-rules intel-win : msvc ;
 
+toolset.add-requirements 
<toolset>intel-win,<runtime-link>shared:<threading>multi ;
+
 # Initializes the intel toolset for windows
 rule init ( version ? :     # the compiler version
             command * :     # the command to invoke the compiler itself

Index: msvc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/msvc.jam,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- msvc.jam    14 Nov 2006 05:39:26 -0000      1.95
+++ msvc.jam    18 Nov 2006 18:47:22 -0000      1.96
@@ -47,6 +47,10 @@
 # Inherit MC flags
 toolset.inherit-flags msvc : mc ;
 
+# Dynamic runtime comes only in MT flavour.
+toolset.add-requirements <toolset>msvc,<runtime-link>shared:<threading>multi ;
+
+
 RM =  [ common.rm-command ] ;
 nl = "
 " ;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to