fix debug build on my machine.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5492 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5daf4028a6
commit
2aa033558e
|
@ -50,7 +50,7 @@
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="0"
|
WarningLevel="0"
|
||||||
Detect64BitPortabilityProblems="false"
|
Detect64BitPortabilityProblems="false"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="3"
|
||||||
CompileAs="1"
|
CompileAs="1"
|
||||||
ForcedIncludeFiles="$(ProjectDir)../../libetpan/build-windows/StdAfx.h"
|
ForcedIncludeFiles="$(ProjectDir)../../libetpan/build-windows/StdAfx.h"
|
||||||
/>
|
/>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
AdditionalOptions="/DLL"
|
AdditionalOptions="/DLL"
|
||||||
AdditionalDependencies="oldnames.lib Ws2_32.lib mswsock.lib"
|
AdditionalDependencies="oldnames.lib Ws2_32.lib mswsock.lib"
|
||||||
OutputFile="$(SolutionDir)$(IntDir)/libetpan.dll"
|
OutputFile="$(SolutionDir)$(IntDir)/libetpan.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
IgnoreDefaultLibraryNames="C"
|
IgnoreDefaultLibraryNames="C"
|
||||||
ModuleDefinitionFile=""
|
ModuleDefinitionFile=""
|
||||||
|
@ -1081,6 +1081,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
MinimalRebuild="false"
|
||||||
CompileAs="2"
|
CompileAs="2"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
|
Loading…
Reference in New Issue