]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Followup to r1908937:
authorRuediger Pluem <rpluem@apache.org>
Tue, 11 Apr 2023 06:25:41 +0000 (06:25 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 11 Apr 2023 06:25:41 +0000 (06:25 +0000)
Fix the second location where ../../server needs to be added to the include path as mod_rewrite now requires test_char.h.

Submitted by: Steve Bush <Steven.BUSH@3ds.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909061 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.mak

index 18a4afbb9680ee4c0d1af72caa5b62bad1d400e8..860dd8bb023dd0e420995cc0b0d37cc21edc2870 100644 (file)
@@ -166,7 +166,7 @@ CLEAN :
     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) @<<