r300g: fix scons build
authorJoakim Sindholt <opensource@zhasha.com>
Mon, 5 Oct 2009 17:25:04 +0000 (19:25 +0200)
committerJoakim Sindholt <opensource@zhasha.com>
Mon, 5 Oct 2009 17:25:04 +0000 (19:25 +0200)
commit1f39d59a2996e2acf6893a8dd1a0293bd8790cc2
treee675586dd2c3be3fa72bd22a7a8c12fea7059b85
parent6971be783b970f882e873fa40e2dccde4137201f
r300g: fix scons build

So I didn't touch r300compiler, but r300g now compiles after having
declarations and code untangled. As nha so gently points out, we shouldn't
have to do this just to comply with MSVC compilers.
src/gallium/drivers/r300/SConscript
src/gallium/drivers/r300/r300_debug.c
src/gallium/drivers/r300/r300_tgsi_to_rc.c
src/gallium/drivers/r300/r300_vs.c
src/mesa/drivers/dri/r300/compiler/SConscript [new file with mode: 0755]