diff options
| author | Michal Krol <michal@vmware.com> | 2009-06-26 10:59:25 +0200 | 
|---|---|---|
| committer | Michal Krol <michal@vmware.com> | 2009-09-07 10:11:49 +0200 | 
| commit | 3bb446ba6e890bc3f60a34318a5a0fe860e53cbb (patch) | |
| tree | 24c64499632bddcb33e08268ed57c1c844245165 /src/glsl/pp/SConscript | |
| parent | 2dad8ed9d68289ba25a4023da12fc5ddf6a621dd (diff) | |
glsl: Add expression interpreter.
Diffstat (limited to 'src/glsl/pp/SConscript')
| -rw-r--r-- | src/glsl/pp/SConscript | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/glsl/pp/SConscript b/src/glsl/pp/SConscript index 1fde3dfccf..623d2362ce 100644 --- a/src/glsl/pp/SConscript +++ b/src/glsl/pp/SConscript @@ -10,6 +10,7 @@ glsl = env.StaticLibrary(      source = [          'sl_pp_context.c',          'sl_pp_define.c', +        'sl_pp_expression.c',          'sl_pp_macro.c',          'sl_pp_process.c',          'sl_pp_purify.c', | 
