Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27838
Modified Files:
Tag: RC_1_34_0
python.jam
Log Message:
Fix python's generator error
Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.12.2.39
retrieving revision 1.12.2.40
diff -u -d -r1.12.2.39 -r1.12.2.40
--- python.jam 17 Mar 2007 20:25:03 -0000 1.12.2.39
+++ python.jam 20 Mar 2007 16:48:05 -0000 1.12.2.40
@@ -636,7 +636,7 @@
libpython-target-name = $(libpython-target-name:J=-).lib ;
# Declare and return it
- lib $(libpython-target-name) : : <name>python$(lib-version)
$(requirements) ;
+ searched-lib $(libpython-target-name) : : <name>python$(lib-version)
$(requirements) ;
return $(libpython-target-name) ;
}
-------------------------------------------------------------------------
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