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

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
Disabled dynamic linking of UTF for msvc-6.5 compiler

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/test/build/Jamfile.v2,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- Jamfile.v2  10 Nov 2006 19:59:52 -0000      1.10.2.2
+++ Jamfile.v2  3 Feb 2007 14:17:55 -0000       1.10.2.3
@@ -68,7 +68,7 @@
 
 lib boost_test_exec_monitor : $(TEST_EXEC_MON_SOURCES).cpp : <link>static ;
 
-lib boost_unit_test_framework : $(UTF_SOURCES).cpp ;
+lib boost_unit_test_framework : $(UTF_SOURCES).cpp : 
<toolset>msvc-6.5:<link>static ;
      
 
 alias minimal : : : :


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to