Revision: 130
Author: roman_yakovenko
Date: 2006-05-17 13:42:01 -0700 (Wed, 17 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=130&view=rev
Log Message:
-----------
updating scripts to new directory location
Modified Paths:
--------------
pyplusplus_dev/examples/pyboost_dev/sconstruct
Modified: pyplusplus_dev/examples/pyboost_dev/sconstruct
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/sconstruct 2006-05-17 20:41:26 UTC (rev 129)
+++ pyplusplus_dev/examples/pyboost_dev/sconstruct 2006-05-17 20:42:01 UTC (rev 130)
@@ -17,7 +17,7 @@
)
Export( 'env' )
-env.SConscript( ['pyboost/date_time/sconscript'] )
-env.SConscript( ['pyboost/crc/sconscript'] )
-env.SConscript( ['pyboost/boost_random/sconscript'] )
-env.SConscript( ['pyboost/rational/sconscript'] )
\ No newline at end of file
+env.SConscript( ['dev/date_time/sconscript'] )
+env.SConscript( ['dev/crc/sconscript'] )
+env.SConscript( ['dev/boost_random/sconscript'] )
+env.SConscript( ['dev/rational/sconscript'] )
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|