OSDN Git Service

llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 28 Oct 2009 11:05:32 +0000 (11:05 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 28 Oct 2009 11:26:26 +0000 (11:26 +0000)
commit182ff3e47a2d18917cdf3344c2ce95bd0a460784
treef5f072fa11b9024250be6382121bedd560b0eb66
parent5eba607db6c50181bb12be5aee3735aafb40372e
llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.

Basically mimic the llvm 2.6 way of linking execution engines and
targets.
src/gallium/drivers/llvmpipe/Makefile
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bld_misc.cpp [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_misc.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_jit.c
src/gallium/drivers/llvmpipe/lp_test_main.c