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"
|
||||
WarningLevel="0"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
ForcedIncludeFiles="$(ProjectDir)../../libetpan/build-windows/StdAfx.h"
|
||||
/>
|
||||
|
@ -68,7 +68,7 @@
|
|||
AdditionalOptions="/DLL"
|
||||
AdditionalDependencies="oldnames.lib Ws2_32.lib mswsock.lib"
|
||||
OutputFile="$(SolutionDir)$(IntDir)/libetpan.dll"
|
||||
LinkIncremental="2"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreDefaultLibraryNames="C"
|
||||
ModuleDefinitionFile=""
|
||||
|
@ -1081,6 +1081,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
MinimalRebuild="false"
|
||||
CompileAs="2"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
Loading…
Reference in New Issue