Update of /cvsroot/boost/boost/libs/test/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24308

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
force msvc-6.5_stlport4 also only using static libs.


Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/test/build/Jamfile.v2,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -d -r1.10.2.3 -r1.10.2.4
--- Jamfile.v2  3 Feb 2007 14:17:55 -0000       1.10.2.3
+++ Jamfile.v2  19 Feb 2007 12:08:24 -0000      1.10.2.4
@@ -68,9 +68,13 @@
 
 lib boost_test_exec_monitor : $(TEST_EXEC_MON_SOURCES).cpp : <link>static ;
 
-lib boost_unit_test_framework : $(UTF_SOURCES).cpp : 
<toolset>msvc-6.5:<link>static ;
+lib boost_unit_test_framework 
+    : $(UTF_SOURCES).cpp 
+    : <toolset>msvc-6.5:<link>static 
+      <toolset-msvc:version>6.5_stlport4:<link>static
+    ;
      
 
 alias minimal : : : :
                    <toolset>msvc:<asynch-exceptions>on
-       ;
\ No newline at end of file
+       ;


-------------------------------------------------------------------------
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