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
# 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"