diff options
author | Michal Krol <[email protected]> | 2009-06-11 18:56:10 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-07 10:11:30 +0200 |
commit | 121769eeb314ea580a3292309332ebbf0a409b3c (patch) | |
tree | 3ad67d3771170f3140f861e62a7fb36c06a9d37c /src/glsl/pp | |
parent | 0bbf59c3052a7b4f6f8330985317adce2bfd0fef (diff) |
glsl: Add a purify command-line tool.
Diffstat (limited to 'src/glsl/pp')
-rw-r--r-- | src/glsl/pp/SConscript | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/glsl/pp/SConscript b/src/glsl/pp/SConscript index 08f202e2367..ac58a3e5fd2 100644 --- a/src/glsl/pp/SConscript +++ b/src/glsl/pp/SConscript @@ -11,11 +11,4 @@ glsl = env.StaticLibrary( 'sl_pp_purify.c', ], ) - -env = env.Clone() - -if env['platform'] == 'windows': - env.PrependUnique(LIBS = [ - 'user32', - ]) -env.Prepend(LIBS = [glsl]) +Export('glsl') |