commit | b799af91d5ffbee1481161fec29eb4c92b161272 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Mon Jun 29 14:13:58 2009 +0100 |
committer | Keith Whitwell <keithw@vmware.com> | Mon Jun 29 14:15:08 2009 +0100 |
tree | a34b7f252be93bfb2b71fc226abfecd44b3fb9a4 | |
parent | 9a5ee124347d3f75be2e957142143338dd96abe3 [diff] [blame] |
progs/glsl: compile with scons and glew Get most of these working with scons.
diff --git a/progs/SConscript b/progs/SConscript index 71ebe5e..620dd30 100644 --- a/progs/SConscript +++ b/progs/SConscript
@@ -1,6 +1,7 @@ SConscript([ 'util/SConscript', 'demos/SConscript', + 'glsl/SConscript', 'redbook/SConscript', 'samples/SConscript', 'tests/SConscript',