llvmpipe: Don't build lp_test_round when using MSVC.
authorVinson Lee <vlee@vmware.com>
Wed, 7 Jul 2010 00:25:39 +0000 (17:25 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 7 Jul 2010 00:25:39 +0000 (17:25 -0700)
commitc89ea8f213c272b79ba0d0492597140ea20d7693
treea30dbea9cf46460cd1f0e0f40c488e1f93f84d31
parent2e423ac074bc847dbc0ecb938de939a4ea0c4e4e
llvmpipe: Don't build lp_test_round when using MSVC.

lp_test_round uses the math functions round and trunc, which aren't
available with MSVC.

Fixes the MSVC build for now.
src/gallium/drivers/llvmpipe/SConscript