From 74dac8aaaa13944b2e0908e9b9888ba9b8e90754 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 31 Jan 2011 00:57:09 +0000 Subject: [PATCH] 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 --- darkplaces-wgl.vcproj | 16 ++++++++++++++++ dpsoftrast.c | 7 +++++-- 2 files changed, 21 insertions(+), 2 deletions(-) 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" /> + + +