|
|
|
@ -20,7 +20,7 @@ def configure(conf):
@@ -20,7 +20,7 @@ def configure(conf):
|
|
|
|
|
conf.fatal("Could not find hl.def") |
|
|
|
|
|
|
|
|
|
def build(bld): |
|
|
|
|
excluded_files = ['mpstubb.cpp', 'stats.cpp', 'prop.cpp', 'Wxdebug.cpp'] |
|
|
|
|
excluded_files = ['mpstubb.cpp', 'stats.cpp', 'Wxdebug.cpp'] |
|
|
|
|
|
|
|
|
|
source = bld.path.ant_glob('**/*.cpp', excl=excluded_files) |
|
|
|
|
source += bld.path.parent.ant_glob('pm_shared/*.c') |
|
|
|
|