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 /modules/cache/mod_cache.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 'modules/cache/mod_cache.dsp')
-rw-r--r-- | modules/cache/mod_cache.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/mod_cache.dsp b/modules/cache/mod_cache.dsp index a22906a855..ebde4c82a1 100644 --- a/modules/cache/mod_cache.dsp +++ b/modules/cache/mod_cache.dsp @@ -69,7 +69,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 "_WINDOWS" /FD /c -# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../srclib/apr-util/include" /I "../../srclib/apr/include" /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "CACHE_DECLARE_EXPORT" /Fd"Debug\mod_cache_src" /FD /c +# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "../../srclib/apr-util/include" /I "../../srclib/apr/include" /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "CACHE_DECLARE_EXPORT" /Fd"Debug\mod_cache_src" /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" |