changeset 7294 | 1ebf059e9ebc |
parent 7293 | 0f574c532cee |
child 7487 | 82cd20da9650 |
--- a/src/emu/wscript Mon May 30 15:30:49 2011 -0700 +++ b/src/emu/wscript Tue May 31 10:32:52 2011 -0700 @@ -19,6 +19,8 @@ emucreatordir = os.path.abspath(os.path.join(blddir, "src/emu")) conf.env.append_value('NS3_EXECUTABLE_PATH', emucreatordir) else: + # Add this module to the list of modules that won't be built + # if they are enabled. conf.env['MODULES_NOT_BUILT'].append('emu') def build(bld):