From: havoc Date: Mon, 31 Jan 2011 00:57:09 +0000 (+0000) Subject: fix compilation of dpsoftrast.c in MSVC - it doesn't seem to like initializers on... X-Git-Tag: xonotic-v0.5.0~438^2~56 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=74dac8aaaa13944b2e0908e9b9888ba9b8e90754;p=xonotic%2Fdarkplaces.git fix compilation of dpsoftrast.c in MSVC - it doesn't seem to like initializers on __m128 variables - and set it to compile as C++ in wgl build (like all other files in wgl build) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10785 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/darkplaces-wgl.vcproj b/darkplaces-wgl.vcproj index 73dbd5a1..f36e472d 100644 --- a/darkplaces-wgl.vcproj +++ b/darkplaces-wgl.vcproj @@ -1239,6 +1239,14 @@ CompileAs="2" /> + + + @@ -1247,6 +1255,14 @@ CompileAs="2" /> + + +