[C++-sig] Re: boost.Python/Jam with shared libraries
John Meinel
john at johnmeinel.com
Wed Nov 10 00:22:46 CET 2004
Aaron Bentley wrote:
> Rene Rivera <grafik.list <at> redshift-software.com> writes:
>
[...]
> Here's the Jamfile in question:
>
>
> # Copyright David Abrahams 2003. See accompanying LICENSE for terms
> # and conditions of use.
>
> # This is the top of our own project tree
> project-root ;
>
> # Include definitions needed for Python modules
> import python ;
>
>
> # ----- getting_started2 -------
>
> # Declare a Python extension called pfengine
# You might try this
extension pfengine
:# sources
pfengine.cpp
:
<library-path>../.libs
<find-library>panutil
$(BOOST_PYTHON_V2_PROPERTIES)
;
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20041109/5e1315b0/attachment.pgp>
More information about the Cplusplus-sig
mailing list