? quickstart/test_extending.pyc Index: quickstart/Jamroot =================================================================== RCS file: /cvsroot/boost/boost/libs/python/example/quickstart/Attic/Jamroot,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.3 diff -d -d -u -r1.1.2.1 -r1.1.2.3 --- quickstart/Jamroot 4 May 2007 00:56:22 -0000 1.1.2.1 +++ quickstart/Jamroot 31 May 2007 22:03:06 -0000 1.1.2.3 @@ -10,8 +10,12 @@ # Set up the project-wide requirements that everything uses the # boost_python library defined in the project whose global ID is # /boost/python. -project - : requirements /boost/python//boost_python ; +project boost-python-quickstart + : requirements /boost/python//boost_python + ; + +# Make the definition of the python-extension rule available +import python ; # Declare a Python extension called hello. python-extension extending : extending.cpp ;