Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14186/tools/build/v2/tools

Modified Files:
      Tag: bbv2python
        gcc.jam 
Log Message:
Fix a bug in my DRY refactoring


Index: gcc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/gcc.jam,v
retrieving revision 1.63.2.20.2.2
retrieving revision 1.63.2.20.2.3
diff -u -d -r1.63.2.20.2.2 -r1.63.2.20.2.3
--- gcc.jam     10 Mar 2007 06:46:24 -0000      1.63.2.20.2.2
+++ gcc.jam     10 Mar 2007 07:01:26 -0000      1.63.2.20.2.3
@@ -451,11 +451,11 @@
     : <toolset>gcc ] ;
 
 .IMPLIB-COMMAND = ;
-.IMPLIB-TYPE = IMPORT_LIB ;
+.IMPLIB-TYPE = ;
 if [ os.on-windows ]
 {
     .IMPLIB-COMMAND = "-Wl,--out-implib," ;
-    .IMPLIB-COMMAND = IMPORT_LIB ;
+    .IMPLIB-TYPE = IMPORT_LIB ;
 }
 
 generators.register 


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