Mercurial > hg > aimc
comparison trunk/SConstruct @ 283:ef14c9f2c1d2
-Added modules template
-Changed header guard style to be more consistent with the Google style guide
-Added Doyxfile to generate doxygen documentation
-Added structure diagram
-Updated swig script to reflect new modules
-Changes Gaussians back to using floats and changed tolerance on tests - doubles are unnecessary here
author | tomwalters |
---|---|
date | Fri, 19 Feb 2010 12:15:56 +0000 |
parents | 6b4921704eb1 |
children | fb52ca0e6339 |
comparison
equal
deleted
inserted
replaced
282:304797ae79d1 | 283:ef14c9f2c1d2 |
---|---|
105 'Modules/Features/ModuleGaussians.cc', | 105 'Modules/Features/ModuleGaussians.cc', |
106 'Modules/Output/FileOutputHTK.cc'] | 106 'Modules/Output/FileOutputHTK.cc'] |
107 | 107 |
108 if not target_platform == 'win32': | 108 if not target_platform == 'win32': |
109 # On windows, utf support is builtin for SimpleIni | 109 # On windows, utf support is builtin for SimpleIni |
110 # bit not on other platforms | 110 # but not on other platforms |
111 common_sources += ['Support/ConvertUTF.c'] | 111 common_sources += ['Support/ConvertUTF.c'] |
112 | 112 |
113 # Choose file which contains main() | 113 # Choose file which contains main() |
114 sources = common_sources + ['Main/aimc.cc'] | 114 sources = common_sources + ['Main/aimc.cc'] |
115 | 115 |