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

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
Fixed missing tss_null file.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/test/Jamfile.v2,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -d -r1.4.2.6 -r1.4.2.7
--- Jamfile.v2  10 Nov 2006 19:59:52 -0000      1.4.2.6
+++ Jamfile.v2  11 Dec 2006 19:51:14 -0000      1.4.2.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