From: William A. Rowe Jr Date: Mon, 19 Jul 2004 15:02:25 +0000 (+0000) Subject: Back out a bit of the bogus commit 1.22 - which removed the -release- X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095a0928938af4d2b01cb823ae9b201adda48bdb;p=thirdparty%2Fapache%2Fhttpd.git Back out a bit of the bogus commit 1.22 - which removed the -release- mode flag /incremental:no. /debug enables this option, but this opt also increases the size of the binaries as they are 'rebuildable'. Since devstudio thinks -release- builds are non-debug, already with this option it will optimize away this flag in the IDE :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104331 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/os/win32/mod_rewrite.dsp b/src/os/win32/mod_rewrite.dsp index 25c84f2b8a8..095b99bd8cb 100644 --- a/src/os/win32/mod_rewrite.dsp +++ b/src/os/win32/mod_rewrite.dsp @@ -52,8 +52,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Release/mod_rewrite.so" /base:@"BaseAddr.ref",mod_rewrite /opt:ref -# ADD LINK32 kernel32.lib ws2_32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Release/mod_rewrite.so" /base:@"BaseAddr.ref",mod_rewrite /opt:ref +# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_rewrite.so" /base:@"BaseAddr.ref",mod_rewrite /opt:ref +# ADD LINK32 kernel32.lib ws2_32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_rewrite.so" /base:@"BaseAddr.ref",mod_rewrite /opt:ref !ELSEIF "$(CFG)" == "mod_rewrite - Win32 Debug"