Update of /cvsroot/boost/boost/libs/python/example/quickstart
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30706
Modified Files:
Tag: RC_1_34_0
Jamroot
Log Message:
Repair auto-configuration and allow this project to work with --build-dir
Index: Jamroot
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/example/quickstart/Attic/Jamroot,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Jamroot 4 May 2007 00:56:22 -0000 1.1.2.1
+++ Jamroot 31 May 2007 13:49:45 -0000 1.1.2.2
@@ -5,13 +5,17 @@
# Specify the path to the Boost project. If you move this project,
# adjust the path to refer to the Boost root directory.
use-project boost
- : ../../../.. ;
+ : s:/rcboost ;
# 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 <library>/boost/python//boost_python ;
+project boost-python-quickstart
+ : requirements <library>/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 ;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs