Revision: 110
Author: roman_yakovenko
Date: 2006-05-16 23:16:24 -0700 (Tue, 16 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=110&view=rev
Log Message:
-----------
rename random to brandom
Removed Paths:
-------------
pyplusplus_dev/examples/pyboost_dev/pyboost/random/random_settings.py
Deleted: pyplusplus_dev/examples/pyboost_dev/pyboost/random/random_settings.py
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/pyboost/random/random_settings.py 2006-05-17 06:16:08 UTC (rev 109)
+++ pyplusplus_dev/examples/pyboost_dev/pyboost/random/random_settings.py 2006-05-17 06:16:24 UTC (rev 110)
@@ -1,27 +0,0 @@
-#! /usr/bin/python
-# Copyright 2004 Roman Yakovenko.
-# Distributed under the Boost Software License, Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-import os
-import sys
-
-_script_dir = os.path.abspath( os.getcwd() )
-environment_path = os.path.realpath( os.path.join( _script_dir, '..', '..', '..', '..' ) )
-sys.path.append( environment_path )
-
-from environment import boost, scons, gccxml, python
-
-module_name = '_random_'
-working_dir = _script_dir
-generated_files_dir = os.path.join( _script_dir, 'generated' )
-unittests_dir = os.path.join( _script_dir, '..', '..', 'unittests', 'random' )
-
-defined_symbols = [ 'BOOST_NO_INCLASS_MEMBER_INITIALIZATION', 'BOOST_NO_INT64_T' ]
-undefined_symbols = [ '__MINGW32__' ]
-#defined_symbols = ['BOOST_DATE_TIME_NO_MEMBER_INIT']
-#if sys.platform == 'win32':
- #defined_symbols.extend( [ 'BOOST_DATE_TIME_DYN_LINK' ] )
-
-
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|