From 2aa033558e06eef7e364b5b7e340d9c6c49d88fe Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 3 Jul 2007 01:02:30 +0000 Subject: [PATCH] fix debug build on my machine. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5492 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/etpan/libetpan.vcproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/win32/etpan/libetpan.vcproj b/libs/win32/etpan/libetpan.vcproj index 65197c2213..1c4c13e19d 100644 --- a/libs/win32/etpan/libetpan.vcproj +++ b/libs/win32/etpan/libetpan.vcproj @@ -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 @@ >