diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2006-04-20 00:51:02 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2006-04-20 00:51:02 +0200 |
commit | 663687ae8e38b87142f2991ad4b294dbba5ab199 (patch) | |
tree | 30056bc45f56e57d6199d455a995a615d5f3552d /httpd.dsp | |
parent | Remove a host of dependencies upon awk, using the same template for (diff) | |
download | apache2-663687ae8e38b87142f2991ad4b294dbba5ab199.tar.xz apache2-663687ae8e38b87142f2991ad4b294dbba5ab199.zip |
s|/GX |/EHsc | because they were always synonyms, and Visual Studio
2005 edition complains bitterly and loudly that /GX is deprecated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c -# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /Fd"Debug\httpd" /FD /c +# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /Fd"Debug\httpd" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /i "./include" /i "./srclib/apr/include" /d "_DEBUG" /d "APP_FILE" /d BIN_NAME="httpd.exe" /d LONG_NAME="Apache HTTP Server" /d ICON_FILE="apache.ico" |