Mercurial > hg > aimc
diff trunk/SConstruct @ 273:c26222c51fb7
- Fixed the python SWIG wrappers
- Added stub test for the Gaussian features, and test data
- Fixed build errors
author | tomwalters |
---|---|
date | Mon, 15 Feb 2010 20:37:26 +0000 |
parents | e14c70d1b171 |
children | ce2bab04f155 |
line wrap: on
line diff
--- a/trunk/SConstruct Sun Feb 14 22:42:58 2010 +0000 +++ b/trunk/SConstruct Mon Feb 15 20:37:26 2010 +0000 @@ -93,11 +93,12 @@ # Sources common to every version common_sources = ['Support/Common.cc', + 'Support/SignalBank.cc', 'Support/Parameters.cc', 'Support/Module.cc', 'Modules/BMM/ModulePZFC.cc', 'Modules/NAP/ModuleHCL.cc', - 'Modules/SAI/ModuleSAI.cc', + #'Modules/SAI/ModuleSAI.cc', 'Modules/Features/ModuleGaussians.cc'] if not target_platform == 'win32': @@ -106,7 +107,7 @@ common_sources += ['Support/ConvertUTF.c'] # Choose file which contains main() -sources = common_sources + ['Main/aimc.cpp'] +sources = common_sources + ['Main/aimc.cc'] # Place the build products in the corect place env.BuildDir('#' + build_dir, '#', duplicate = 0)