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

Modified Files:
      Tag: bbv2python
        build-system.jam 
Log Message:
gcc.jam: build and use import libraries on Cygwin and Windows, but
         accept DLL-only linking with prebuilt DLLs.

builtin.jam: fix default-host-os so that <target-os> actually becomes
             a functional feature.  Improve English in comments

property-set.jam: add str method so we can print them in generator
                  debugging output.

generators.jam: improved debugging output

build-system.jam: add missing semicolon


Index: build-system.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/build-system.jam,v
retrieving revision 1.28.2.9.2.1
retrieving revision 1.28.2.9.2.2
diff -u -d -r1.28.2.9.2.1 -r1.28.2.9.2.2
--- build-system.jam    8 Mar 2007 15:56:58 -0000       1.28.2.9.2.1
+++ build-system.jam    10 Mar 2007 06:46:25 -0000      1.28.2.9.2.2
@@ -251,7 +251,7 @@
     ECHO "warning: Configuring default toolset" \"$(default-toolset)\". ;
     ECHO "warning: If the default is wrong, you may not be able to build C++ 
programs." ;
     ECHO "warning: Use the \"--toolset=xxxxx\" option to override our guess." ;
-    ECHO "warning: For more configuration options, please consult"
+    ECHO "warning: For more configuration options, please consult" ;
     ECHO "warning: 
http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html"; ;
 
     


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