# This is the Jamfile for Boost.Build v2, which is currently in # prerelease. Ignore this file unless you are a bleading edge sort of # person. use-project /boost/python : ../build ; project : requirements /boost/python//boost_python ; python-extension getting_started1 : getting_started1.cpp : shared ; python-extension getting_started2 : getting_started2.cpp : shared ;