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

Modified Files:
      Tag: thread_rewrite
        Jamfile 
Log Message:
Added pthread compile comments for win32


Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/example/Jamfile,v
retrieving revision 1.15.10.2
retrieving revision 1.15.10.3
diff -u -d -r1.15.10.2 -r1.15.10.3
--- Jamfile     24 Sep 2006 13:08:22 -0000      1.15.10.2
+++ Jamfile     24 Sep 2006 13:55:47 -0000      1.15.10.3
@@ -17,7 +17,9 @@
 # specifying the the <lib> or <dll> tags.
 # <lib>@boost/libs/thread/build/boost_thread for static native and
 # <lib>@boost/libs/thread/build/boost_thread_pthread static pthread.
-# 
+# If your compiler does not have the pthread lib in a standard
+# include path, you need to specify that too, with <include> and
+# <library-file>.
 
 project-root ;
 
@@ -29,7 +31,10 @@
          #<dll>@boost/libs/thread/build/boost_thread_pthread
         : ## requirements ##
          <include>$(BOOST_ROOT)
+         # uncomment below to get pthread on windows
          #<define>BOOST_THREAD_POSIX
+         #<include>$(PTW32_INCLUDE)
+         #<library-file>$(PTW32_LIB)
         : ## default build ##
           <threading>multi
        ;


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