Mercurial > hg > aimc
diff SConstruct @ 186:5664f16368c1
- AWS fixen
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 17:29:51 +0000 |
parents | c155e7fbe76e |
children | d7dc7014b0af |
line wrap: on
line diff
--- a/SConstruct Wed Aug 11 13:06:30 2010 +0000 +++ b/SConstruct Wed Aug 11 17:29:51 2010 +0000 @@ -56,9 +56,10 @@ 'Modules/Features/ModuleGaussians.cc'] # File which contains main() +sources = common_sources + ['Main/AIMCopy_SSI_Features_v3.cc'] #sources = common_sources + ['Main/AIMCopy_SSI_Features_v4_PZFC.cc'] #sources = common_sources + ['Main/AIMCopy_SSI_Features_v5_smooth_nap.cc'] -sources = common_sources + ['Main/aimc.cc'] +#sources = common_sources + ['Main/aimc.cc'] # Test sources test_sources = ['Modules/Profile/ModuleSlice_unittest.cc'] @@ -85,8 +86,8 @@ # Build products location and executable name build_dir = os.path.join('build', target_platform + '-release') -target_executable = 'aimc' -#target_executable = 'AIMCopy' +#target_executable = 'aimc' +target_executable = 'AIMCopy' test_executable = 'aimc_tests' # Create build products directory if necessary