diff SConstruct @ 1:bc394a985042

- 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 582cbe817f2c
children decdac21cfc2
line wrap: on
line diff
--- a/SConstruct	Fri Feb 12 12:31:23 2010 +0000
+++ b/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)