[C++-sig] Re: help building hello world example on Debian

David Abrahams dave at boost-consulting.com
Fri Apr 16 15:03:16 CEST 2004


Faheem Mitha <faheem at email.unc.edu> writes:

> **********************************************************************
> Jamfile
> **********************************************************************
> # Daniel Holth <dholth at fastmail.fm>, 2004
> # based on David Abraham's example from Boost.Python
>
> # This file is not important unless you want to use boost-jam;
> # bjam -sBUILD=release builds a smaller binary than setup.py
>
> # This is the top of our own project tree
> project-root ;
>
> import python ;
>
> include python.jam ;
  ^^^^^^^^^^^^^^^^^^
What's that there for?

> # The Python extension
> extension hello
> : # sources
>         hello.cpp
> : # requirements
>         <find-library>boost_python
>   ;
> **********************************************************************

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list