From e92ca062aaf05bcb0445a4cd9c91b2166ef2c26f Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sat, 29 Apr 2006 03:18:55 +0000 Subject: [PATCH] Use precompiled headers for core lib in msvc. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1293 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- w32/vsnet/FreeSwitchCore.vcproj | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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="" />