diff options
-rw-r--r-- | Apache.dsw | 24 | ||||
-rw-r--r-- | Makefile.win | 2 | ||||
-rw-r--r-- | modules/filters/mod_sed.dsp | 24 | ||||
-rw-r--r-- | os/win32/BaseAddr.ref | 1 |
4 files changed, 51 insertions, 0 deletions
diff --git a/Apache.dsw b/Apache.dsw index f240d96f53..7afc9551ec 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -267,6 +267,9 @@ Package=<4> Project_Dep_Name mod_rewrite End Project Dependency Begin Project Dependency + Project_Dep_Name mod_sed + End Project Dependency + Begin Project Dependency Project_Dep_Name mod_session_cookie End Project Dependency Begin Project Dependency @@ -2333,6 +2336,27 @@ Package=<4> ############################################################################### +Project: "mod_sed"=.\modules\filters\mod_sed.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libapr + End Project Dependency + Begin Project Dependency + Project_Dep_Name libaprutil + End Project Dependency + Begin Project Dependency + Project_Dep_Name libhttpd + End Project Dependency +}}} + +############################################################################### + Project: "mod_session"=.\modules\session\mod_session.dsp - Package Owner=<4> Package=<5> diff --git a/Makefile.win b/Makefile.win index c831506e8b..d91bbc5ff7 100644 --- a/Makefile.win +++ b/Makefile.win @@ -348,6 +348,7 @@ _build: $(MAKE) $(MAKEOPT) -f mod_filter.mak CFG="mod_filter - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_include.mak CFG="mod_include - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_request.mak CFG="mod_request - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_sed.mak CFG="mod_sed - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_substitute.mak CFG="mod_substitute - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. cd modules\generators @@ -556,6 +557,7 @@ _copybin: copy modules\filters\$(LONG)\mod_filter.$(src_so) "$(inst_so)" <.y copy modules\filters\$(LONG)\mod_include.$(src_so) "$(inst_so)" <.y copy modules\filters\$(LONG)\mod_request.$(src_so) "$(inst_so)" <.y + copy modules\filters\$(LONG)\mod_sed.$(src_so) "$(inst_so)" <.y copy modules\filters\$(LONG)\mod_substitute.$(src_so) "$(inst_so)" <.y copy modules\generators\$(LONG)\mod_asis.$(src_so) "$(inst_so)" <.y copy modules\generators\$(LONG)\mod_autoindex.$(src_so) "$(inst_so)" <.y diff --git a/modules/filters/mod_sed.dsp b/modules/filters/mod_sed.dsp index f72cafabeb..ec1e1a362c 100644 --- a/modules/filters/mod_sed.dsp +++ b/modules/filters/mod_sed.dsp @@ -101,10 +101,34 @@ PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).ma # Name "mod_sed - Win32 Debug"
# Begin Source File
+SOURCE=.\libsed.h
+# End Source File
+# Begin Source File
+
SOURCE=.\mod_sed.c
# End Source File
# Begin Source File
+SOURCE=.\regexp.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\regexp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\sed.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\sed0.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\sed1.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\build\win32\httpd.rc
# End Source File
# End Target
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 323eb1cc9a..72991ce330 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -95,3 +95,4 @@ mod_socache_dbm.so 0x6F8B0000 0x00010000 mod_socache_dc.so 0x6F8A0000 0x00010000 mod_socache_memcache.so 0x6F890000 0x00010000 mod_socache_shmcb.so 0x6F880000 0x00010000 +mod_sed.so 0x6F870000 0x00010000 |