From dd822624ed1cd44aa47d5b7d5f004187a1949184 Mon Sep 17 00:00:00 2001 From: wrowe Date: Wed, 1 Mar 2006 06:14:26 +0000 Subject: Quiet the only warning in apr build on Studio 2005, /GX deprecated. /EHsc has always meant the same thing. However, I'm reverting this to /GX for VC 5.0 (if anyone still uses it) when invoking the build/cvtdsp.pl -5 command to convert these projects to Visual 5.0. Backports 381915 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@381918 13f79535-47bb-0310-9956-ffa450edef68 --- libapr.dsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libapr.dsp') diff --git a/libapr.dsp b/libapr.dsp index 573c3fa49..c701525c7 100644 --- a/libapr.dsp +++ b/libapr.dsp @@ -68,8 +68,8 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c -# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"Debug\libapr_src" /FD /c +# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c +# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"Debug\libapr_src" /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" # ADD BASE RSC /l 0x409 /d "_DEBUG" -- cgit v1.2.1