correctly use precompiled headers for core lib in msvc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1295 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
73a3adac8f
commit
3f45fe7ed5
|
@ -47,7 +47,7 @@
|
|||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="1"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="switch.h"
|
||||
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
||||
BrowseInformation="0"
|
||||
|
@ -137,7 +137,7 @@
|
|||
AdditionalIncludeDirectories="..\..\src\include;..\..\libs\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="1"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="switch.h"
|
||||
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
||||
BrowseInformation="0"
|
||||
|
@ -207,6 +207,22 @@
|
|||
<File
|
||||
RelativePath="..\..\src\switch_buffer.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\switch_caller.c"
|
||||
|
|
Loading…
Reference in New Issue