Browse Source

glsl: Add opt_copy_propagation_elements.cpp to SConscript.

Fixes SCons build.
tags/android-x86-2.2-r2
Vinson Lee 14 years ago
parent
commit
425ba19832
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/glsl/SConscript

+ 1
- 0
src/glsl/SConscript View File

@@ -64,6 +64,7 @@ sources = [
'opt_constant_propagation.cpp',
'opt_constant_variable.cpp',
'opt_copy_propagation.cpp',
'opt_copy_propagation_elements.cpp',
'opt_dead_code.cpp',
'opt_dead_code_local.cpp',
'opt_dead_functions.cpp',

Loading…
Cancel
Save