From: Michael Jerris Date: Sat, 29 Apr 2006 03:18:55 +0000 (+0000) Subject: Use precompiled headers for core lib in msvc. X-Git-Tag: v1.0-beta1~2762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92ca062aaf05bcb0445a4cd9c91b2166ef2c26f;p=thirdparty%2Ffreeswitch.git Use precompiled headers for core lib in msvc. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1293 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/w32/vsnet/FreeSwitchCore.vcproj b/w32/vsnet/FreeSwitchCore.vcproj index 51869ad237..779ef22ace 100644 --- a/w32/vsnet/FreeSwitchCore.vcproj +++ b/w32/vsnet/FreeSwitchCore.vcproj @@ -43,15 +43,19 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\src\include;..\..\libs\include" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - UsePrecompiledHeader="0" + UsePrecompiledHeader="1" + PrecompiledHeaderThrough="switch.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" WarnAsError="true" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" + ForcedIncludeFiles="" />