[Freeswitch-svn] [commit] r5492 - freeswitch/trunk/libs/win32/etpan
Freeswitch SVN
mikej at freeswitch.org
Mon Jul 2 21:02:31 EDT 2007
Author: mikej
Date: Mon Jul 2 21:02:30 2007
New Revision: 5492
Modified:
freeswitch/trunk/libs/win32/etpan/libetpan.vcproj
Log:
fix debug build on my machine.
Modified: freeswitch/trunk/libs/win32/etpan/libetpan.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/etpan/libetpan.vcproj (original)
+++ freeswitch/trunk/libs/win32/etpan/libetpan.vcproj Mon Jul 2 21:02:30 2007
@@ -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>
More information about the Freeswitch-svn
mailing list