From: echon Date: Sun, 6 Sep 2009 17:04:31 +0000 (+0000) Subject: Compile as C code, not C++ (vcproj setting) X-Git-Tag: xonotic-v0.1.0preview~1465 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2b85979b17195cd31b35737b4bc0e5947d7c2711;p=xonotic%2Fdarkplaces.git Compile as C code, not C++ (vcproj setting) Include dinput8 libs if SUPPORTDIRECTX is defined Default to defining SUPPORTDIRECTX on windows builds, otherwise you get crackly sound git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9167 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/darkplaces-dedicated.vcproj b/darkplaces-dedicated.vcproj index c77dcc47..6f479b65 100755 --- a/darkplaces-dedicated.vcproj +++ b/darkplaces-dedicated.vcproj @@ -60,6 +60,7 @@ PrecompiledHeaderFile="" WarningLevel="3" SuppressStartupBanner="true" + CompileAs="1" />