|
|
CVS: boost/libs/thread/example Jamfile,1.16,1.17: msg#00818
|
Subject: |
CVS: boost/libs/thread/example Jamfile,1.16,1.17 |
Update of /cvsroot/boost/boost/libs/thread/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18782/libs/thread/example
Modified Files:
Jamfile
Log Message:
Removed the "intentional memory leak" of the TSS implementation
Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/example/Jamfile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Jamfile 14 Sep 2006 23:02:27 -0000 1.16
+++ Jamfile 29 Sep 2006 19:24:19 -0000 1.17
@@ -28,7 +28,7 @@
template example
## sources ##
: <template>thread_base
- <dll>../build/boost_thread
+ <lib>../build/boost_thread
## requirements ##
:
## default build ##
-------------------------------------------------------------------------
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
|
| |