Revision: 382
Author: roman_yakovenko
Date: 2006-08-05 11:35:09 -0700 (Sat, 05 Aug 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=382&view=rev
Log Message:
-----------
updating examples
Modified Paths:
--------------
pyplusplus_dev/examples/pyboost_dev/dev/date_time/sconscript
Modified: pyplusplus_dev/examples/pyboost_dev/dev/date_time/sconscript
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/dev/date_time/sconscript 2006-08-05 18:33:36 UTC (rev 381)
+++ pyplusplus_dev/examples/pyboost_dev/dev/date_time/sconscript 2006-08-05 18:35:09 UTC (rev 382)
@@ -25,7 +25,7 @@
def get_libs():
libs = []
if sys.platform == 'linux2':
- libs.append('libboost_date_time-gcc-1_34')
+ libs.append('libboost_date_time-gcc-1_35')
return libs
def get_target():
@@ -41,9 +41,9 @@
, source=get_source_files() )
if sys.platform == 'win32':
- boost_date_time_so_dll = os.path.join( date_time_settings.boost.libs, 'boost_date_time-vc71-mt-1_34.dll' )
+ boost_date_time_so_dll = os.path.join( date_time_settings.boost.libs, 'boost_date_time-vc71-mt-1_35.dll' )
else:
- boost_date_time_so_dll = os.path.join( date_time_settings.boost.libs, 'libboost_date_time-gcc-1_34.so' )
+ boost_date_time_so_dll = os.path.join( date_time_settings.boost.libs, 'libboost_date_time-gcc-1_35.so' )
local_env.Install( '#pyboost/date_time', [_date_time_, boost_date_time_so_dll ] )
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|