]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Back out a bit of the bogus commit 1.22 - which removed the -release-
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 19 Jul 2004 15:02:25 +0000 (15:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 19 Jul 2004 15:02:25 +0000 (15:02 +0000)
  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

src/os/win32/mod_rewrite.dsp

index 25c84f2b8a8d3960d947fd610208127c1b869b06..095b99bd8cb1e0a4f9399939463dc1e215e28cba 100644 (file)
@@ -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"