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

Modified Files:
        Jamfile.v2 
Log Message:
Fixed the missing tss_nul file for testing.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/test/Jamfile.v2,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Jamfile.v2  10 Nov 2006 19:09:56 -0000      1.6
+++ Jamfile.v2  11 Dec 2006 19:22:40 -0000      1.7
@@ -26,7 +26,7 @@
 {
     return 
        [ run $(sources) ../build//boost_thread ]
-       [ run $(sources) ../build//boost_thread/<link>static 
+       [ run $(sources) ../src/tss_null.cpp 
../build//boost_thread/<link>static 
            : : : : $(sources[1]:B)_lib ]
        ;
 }    


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