You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2023/04/11 11:48:41 UTC

svn commit: r61174 - /release/httpd/patches/apply_to_2.4.57/rewrite-windows-testchar-h.patch

Author: rpluem
Date: Tue Apr 11 11:48:41 2023
New Revision: 61174

Log:
* Add r1909061

Modified:
    release/httpd/patches/apply_to_2.4.57/rewrite-windows-testchar-h.patch

Modified: release/httpd/patches/apply_to_2.4.57/rewrite-windows-testchar-h.patch
==============================================================================
--- release/httpd/patches/apply_to_2.4.57/rewrite-windows-testchar-h.patch (original)
+++ release/httpd/patches/apply_to_2.4.57/rewrite-windows-testchar-h.patch Tue Apr 11 11:48:41 2023
@@ -9,3 +9,12 @@
  
  .c{$(INTDIR)}.obj::
     $(CPP) @<<
+@@ -166,7 +166,7 @@
+     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+ 
+ CPP=cl.exe
+-CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../../include" /I "../database" /I "../ssl" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\mod_rewrite_src" /FD /EHsc /c 
++CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../../include" /I "../database" /I "../ssl" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /I "../../server" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\mod_rewrite_src" /FD /EHsc /c 
+ 
+ .c{$(INTDIR)}.obj::
+    $(CPP) @<<