diff options
author | Michal Krol <michal@vmware.com> | 2009-06-12 12:57:29 +0200 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-09-07 10:11:31 +0200 |
commit | 2c9a627b48119b3cafc9fb25239fe929bc4cf8d8 (patch) | |
tree | 6a393ffb3bed123e470505b1fdf8a3e224aaf494 /src/glsl/pp/SConscript | |
parent | 121769eeb314ea580a3292309332ebbf0a409b3c (diff) |
glsl: Add a preprocessor tokeniser.
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 ac58a3e5fd..a08f5cf632 100644 --- a/src/glsl/pp/SConscript +++ b/src/glsl/pp/SConscript @@ -9,6 +9,7 @@ glsl = env.StaticLibrary( target = 'glsl', source = [ 'sl_pp_purify.c', + 'sl_pp_token.c', ], ) Export('glsl') |