diff options
author | Michal Krol <[email protected]> | 2009-09-04 11:58:19 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-07 10:12:03 +0200 |
commit | bb8f38ea6f71179cd4adb0ca33c464716be17dcb (patch) | |
tree | 9e4df396508bbbf2c764a2346ae6f33653e4d809 /src/glsl/pp/SConscript | |
parent | ddd8ae7fbc643892b08ddf66c67bca36d42b53a6 (diff) |
glsl: Implement `line' preprocessor 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 dae8830eeb6..cc930380c21 100644 --- a/src/glsl/pp/SConscript +++ b/src/glsl/pp/SConscript @@ -14,6 +14,7 @@ glsl = env.StaticLibrary( 'sl_pp_expression.c', 'sl_pp_extension.c', 'sl_pp_if.c', + 'sl_pp_line.c', 'sl_pp_macro.c', 'sl_pp_pragma.c', 'sl_pp_process.c', |