Update of /cvsroot/boost/boost/libs/python/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14018/libs/python/build

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
libs/python/build/Jamfile.v2: remove needless <define> property.

libs/python/test/Jamfile.v2: 
  * add dynamically-linked embedding test

  * fix builtin_converters test so it can work (BBv1 allowed the
    duplication of main target names; BBv2 does not)


libs/python/test/import_.cpp: move some more of the Python code within
  a handle_exception callback so at least we can better diagnose
  failures.


Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/build/Jamfile.v2,v
retrieving revision 1.11.2.5
retrieving revision 1.11.2.6
diff -u -d -r1.11.2.5 -r1.11.2.6
--- Jamfile.v2  13 Dec 2006 15:08:26 -0000      1.11.2.5
+++ Jamfile.v2  17 Mar 2007 20:17:56 -0000      1.11.2.6
@@ -66,8 +66,7 @@
     :   # default build
         <link>shared
     :   # usage requirements
-        <link>static:<define>BOOST_PYTHON_STATIC_LIB 
-        <link>shared:<define>BOOST_PYTHON_DYNAMIC_LIB
+        <link>static:<define>BOOST_PYTHON_STATIC_LIB
     ;
 }
 else


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