changeset 505 | dc2847f85c23 |
parent 497 | 34d6f349478f |
child 507 | 79e688066a2f |
--- a/SConstruct Thu May 03 00:33:03 2007 +0200 +++ b/SConstruct Thu May 03 00:35:39 2007 +0200 @@ -25,7 +25,6 @@ 'test.cc', 'random-variable.cc', 'rng-stream.cc', - 'object-container.cc', ]) env = Environment() if env['PLATFORM'] == 'posix' or env['PLATFORM'] == 'darwin' or env['PLATFORM'] == 'cygwin': @@ -49,7 +48,6 @@ 'test.h', 'random-variable.h', 'rng-stream.h', - 'object-container.h' ]) def config_core (env, config):