scons: copy hash_table.c, symbol_table.c to glsl directory
authorJose Fonseca <jfonseca@vmware.com>
Fri, 11 Mar 2011 23:33:18 +0000 (16:33 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 15 Mar 2011 15:32:00 +0000 (15:32 +0000)
commita946e840715b481065db2347696eea6bae0c9dd6
tree2ca472b1f0d9a2e1bad3de3b44042e734354ba7c
parentd0e805ebd8fd492241e77c015ae7b2a0b7840869
scons: copy hash_table.c, symbol_table.c to glsl directory

This fixes an issue where the .obj files wound up in the src/
directory rather than the build/ directory.  That prevented
combined 32-bit and 64-bit builds from working.

Signed-off-by: Brian Paul <brianp@vmware.com>
src/glsl/SConscript