diff SConstruct @ 116:47b009f2c936

- First add of a lot of graphics code from the old version. Not working yet, not even compiling yet.
author tomwalters
date Fri, 15 Oct 2010 05:40:53 +0000
parents 37b084ec9770
children 3cdaa81c3aca
line wrap: on
line diff
--- a/SConstruct	Wed Sep 29 00:24:03 2010 +0000
+++ b/SConstruct	Fri Oct 15 05:40:53 2010 +0000
@@ -51,6 +51,16 @@
                   'Modules/Output/FileOutputHTK.cc',
                   'Modules/Output/FileOutputAIMC.cc',
                   'Modules/Features/ModuleGaussians.cc']
+                  
+graphics_sources = [ 'Modules/Output/Graphics/GraphAxisSpec.cc',
+                     'Modules/Output/Graphics/GraphicsView.cc',
+                     'Modules/Output/Graphics/GraphicsViewTime.cc',
+                     'Modules/Output/Graphics/Devices/GraphicsOutputDevice.cc',
+                     'Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc',
+                     'Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc',
+                     'Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovieDirect.cc' ]
+graphics_libraries = [ 'cairo', 
+                       '' ]
 
 # List of currently incative source files which we may want to add back in
 sources_disabled = ['Modules/SNR/ModuleNoise.cc',