Mercurial > hg > aimc
diff trunk/SConstruct @ 320:c74acd46121b
- Added support for a very basic AIM-C file format
| author | tomwalters@google.com |
|---|---|
| date | Thu, 27 May 2010 07:25:03 +0000 |
| parents | 30dde71d0230 |
| children | 0f54006e91ea |
line wrap: on
line diff
--- a/trunk/SConstruct Wed May 19 15:28:10 2010 +0000 +++ b/trunk/SConstruct Thu May 27 07:25:03 2010 +0000 @@ -47,10 +47,12 @@ 'Modules/Profile/ModuleSlice.cc', 'Modules/Profile/ModuleScaler.cc', 'Modules/Features/ModuleGaussians.cc', - 'Modules/Output/FileOutputHTK.cc'] + 'Modules/Output/FileOutputHTK.cc', + 'Modules/Output/FileOutputAIMC.cc'] # File which contains main() -sources = common_sources + ['Main/AIMCopy_SSI_Features_v4_PZFC.cc'] +#sources = common_sources + ['Main/AIMCopy_SSI_Features_v4_PZFC.cc'] +sources = common_sources + ['Main/aimc.cc'] # Test sources test_sources = ['Modules/Profile/ModuleSlice_unittest.cc'] @@ -77,7 +79,7 @@ # Build products location and executable name build_dir = os.path.join('build', target_platform + '-release') -target_executable = 'AIMCopy' +target_executable = 'aimc' test_executable = 'aimc_tests' # Create build products directory if necessary
