Update of /cvsroot/boost/boost/libs/python/example/quickstart
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1668/libs/python/example/quickstart

Modified Files:
      Tag: RC_1_34_0
        Jamroot 
Log Message:
Fix the abolute reference to the Boost sources inserted by Dave.

Index: Jamroot
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/example/quickstart/Attic/Jamroot,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- Jamroot     31 May 2007 13:49:45 -0000      1.1.2.2
+++ Jamroot     31 May 2007 22:03:06 -0000      1.1.2.3
@@ -5,7 +5,7 @@
 # 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


-------------------------------------------------------------------------
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

Reply via email to