|
Boost : |
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-02-18 10:27:35
Needed to make following modification to the Jamfile to make bplv2 compile ?
Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/Jamfile,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 Jamfile
--- Jamfile 18 Dec 2001 14:10:06 -0000 1.1.2.2
+++ Jamfile 18 Feb 2002 15:22:37 -0000
@@ -47,11 +47,11 @@
# <define>BOOST_PYTHON_TRACE
;
-extension m1 : test/m1.cpp <lib>bpl # <define>BOOST_PYTHON_TRACE
+extension m1 : test/m1.cpp <dll>bpl # <define>BOOST_PYTHON_TRACE
: <gcc><*><define>BOOST_PYTHON_EXPORT=
: debug-python ;
-extension m2 : test/m2.cpp <lib>bpl # <define>BOOST_PYTHON_TRACE
+extension m2 : test/m2.cpp <dll>bpl # <define>BOOST_PYTHON_TRACE
: <gcc><*><define>BOOST_PYTHON_EXPORT=
: debug-python ;
-boost-python-runtest try : test/newtest.py <lib>m1 <lib>m2 : :
debug-python ;
\ No newline at end of file
+boost-python-runtest try : test/newtest.py m1 m2 : : debug-python ;
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk