Revision: 100
Author: roman_yakovenko
Date: 2006-05-15 00:14:23 -0700 (Mon, 15 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=100&view=rev
Log Message:
-----------
adding rational library
Modified Paths:
--------------
pyplusplus_dev/examples/pyboost_dev/sconstruct
Modified: pyplusplus_dev/examples/pyboost_dev/sconstruct
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/sconstruct 2006-05-15 07:14:06 UTC (rev 99)
+++ pyplusplus_dev/examples/pyboost_dev/sconstruct 2006-05-15 07:14:23 UTC (rev 100)
@@ -19,4 +19,5 @@
Export( 'env' )
env.SConscript( ['pyboost/date_time/sconscript'] )
env.SConscript( ['pyboost/crc/sconscript'] )
-env.SConscript( ['pyboost/random/sconscript'] )
\ No newline at end of file
+env.SConscript( ['pyboost/random/sconscript'] )
+env.SConscript( ['pyboost/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.
|