From: Michael Jerris Date: Wed, 28 Dec 2005 17:21:20 +0000 (+0000) Subject: make libsndfile compile as c and not c++ code in msvc X-Git-Tag: v1.0-beta1~3493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca68da9517f037fe1c540c87234a9baa7ca52a98;p=thirdparty%2Ffreeswitch.git make libsndfile compile as c and not c++ code in msvc git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@225 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/w32/vsnet/Tools/libsndfile.vcproj b/w32/vsnet/Tools/libsndfile.vcproj index 20ab562cc7..98d449401c 100644 --- a/w32/vsnet/Tools/libsndfile.vcproj +++ b/w32/vsnet/Tools/libsndfile.vcproj @@ -46,9 +46,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" - WarningLevel="0" + WarningLevel="1" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" + CompileAs="1" />