399b1b0474
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
8 lines
228 B
Text
8 lines
228 B
Text
Import('env')
|
|
|
|
if env['BUILDERS'].has_key('GLSL120GLES'):
|
|
env.GLSL120GLES('material.glsl');
|
|
env.GLSL120GLES('canvas.glsl');
|
|
env.GLSL120GLES('canvas_shadow.glsl');
|
|
env.GLSL120GLES('blur.glsl');
|
|
env.GLSL120GLES('copy.glsl');
|