diff options
| author | Michal Krol <michal@vmware.com> | 2009-06-13 13:43:22 +0200 | 
|---|---|---|
| committer | Michal Krol <michal@vmware.com> | 2009-09-07 10:11:33 +0200 | 
| commit | 229e72956ca6844647bd64d864716b8e21aff89b (patch) | |
| tree | dbc2c23778ed883053e22ae590bf0645379451b4 /src/glsl/pp/SConscript | |
| parent | 0d5ef796f847bc51888a8883110cc607494a61f0 (diff) | |
glsl: Parse optional version directive.
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 a08f5cf632..0bc519759d 100644 --- a/src/glsl/pp/SConscript +++ b/src/glsl/pp/SConscript @@ -10,6 +10,7 @@ glsl = env.StaticLibrary(      source = [          'sl_pp_purify.c',          'sl_pp_token.c', +        'sl_pp_version.c',      ],  )  Export('glsl') | 
