diff options
author | Michal Krol <michal@vmware.com> | 2009-06-12 12:57:29 +0200 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-06-12 12:57:29 +0200 |
commit | 516f7e1bfb5fe1e142d1fb1f6b9a09e8e06b7d06 (patch) | |
tree | 657143e5b15f654d7ff846394c04ede1cbdb25e0 /src/glsl/pp/SConscript | |
parent | 64e9078e2bddd261def9d43001b6dfc551c48571 (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') |