Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/python/example/Jamfile.v2 @ 20

Last change on this file since 20 was 12, checked in by landauf, 17 years ago

added boost

File size: 332 bytes
RevLine 
[12]1# This is the Jamfile for Boost.Build v2, which is currently in
2# prerelease.  Ignore this file unless you are a bleading edge sort of
3# person.
4
5project : requirements <library>/boost/python//boost_python ;
6   
7python-extension getting_started1 : getting_started1.cpp ;
8python-extension getting_started2 : getting_started2.cpp ;
9
Note: See TracBrowser for help on using the repository browser.