changeset 4164 | 1f6ae48061a9 |
parent 4163 | 8c48682b3d42 |
child 4326 | 179f86838e62 |
child 4793 | 4f6a6772628e |
--- a/src/wscript Tue Jan 27 12:36:46 2009 -0800 +++ b/src/wscript Tue Jan 27 20:26:34 2009 -0800 @@ -45,12 +45,11 @@ " --run and --shell; moreover, only works in some" " specific platforms, such as Linux and Solaris)"), action="store_true", dest='enable_rpath', default=False) - + opt.add_option('--enable-modules', help=("Build only these modules (and dependencies)"), dest='enable_modules') - def configure(conf): conf.sub_config('core') conf.sub_config('simulator')