From: Arnaldo M Pereira Date: Mon, 18 Oct 2010 15:26:01 +0000 (-0200) Subject: disabled 64bit compatibility check on msvc build, hard coded FREETDM_EXPORTS to ensur... X-Git-Tag: v1.2-rc1~291^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6871698f788d1f0c9dff9c75732bee7ca5751e;p=thirdparty%2Ffreeswitch.git disabled 64bit compatibility check on msvc build, hard coded FREETDM_EXPORTS to ensure its set --- diff --git a/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.2008.vcproj b/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.2008.vcproj index dd833185fe..e5d6b74e36 100644 --- a/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.2008.vcproj +++ b/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.2008.vcproj @@ -41,13 +41,13 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=""C:\Program Files\libsng_isdn\include";"C:\Program Files\libsng_isdn\include\sng_isdn";../../include;"C:\Program Files\Sangoma\include"" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FREETDM_EXPORTS;" MinimalRebuild="true" + ExceptionHandling="0" BasicRuntimeChecks="3" - RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" />