From: André Malo Date: Mon, 19 Apr 2004 18:53:02 +0000 (+0000) Subject: add dsp and exp files for mod_log_forensic X-Git-Tag: 2.0.50~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d26c840cb795aac155390e1833a18bc04554b6;p=thirdparty%2Fapache%2Fhttpd.git add dsp and exp files for mod_log_forensic incorporate into win32 build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index 6478976287b..6f0f2dbe955 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -144,6 +144,9 @@ Package=<4> Project_Dep_Name mod_log_config End Project Dependency Begin Project Dependency + Project_Dep_Name mod_log_forensic + End Project Dependency + Begin Project Dependency Project_Dep_Name mod_mem_cache End Project Dependency Begin Project Dependency @@ -1194,6 +1197,27 @@ Package=<4> ############################################################################### +Project: "mod_log_forensic"=".\modules\loggers\mod_log_forensic.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_logio"=".\modules\loggers\mod_logio.dsp" - Package Owner=<4> Package=<5> diff --git a/Makefile.win b/Makefile.win index bc5b475a9d8..ab7d7c89e67 100644 --- a/Makefile.win +++ b/Makefile.win @@ -255,6 +255,7 @@ _build: cd ..\.. cd modules\loggers $(MAKE) $(MAKEOPT) -f mod_log_config.mak CFG="mod_log_config - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_log_forensic.mak CFG="mod_log_forensic - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_logio.mak CFG="mod_logio - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. cd modules\mappers @@ -388,6 +389,7 @@ _copybin: copy modules\generators\$(LONG)\mod_status.$(src_so) "$(inst_so)" <.y copy modules\http\$(LONG)\mod_mime.$(src_so) "$(inst_so)" <.y copy modules\loggers\$(LONG)\mod_log_config.$(src_so) "$(inst_so)" <.y + copy modules\loggers\$(LONG)\mod_log_forensic.$(src_so) "$(inst_so)" <.y copy modules\loggers\$(LONG)\mod_logio.$(src_so) "$(inst_so)" <.y copy modules\mappers\$(LONG)\mod_actions.$(src_so) "$(inst_so)" <.y copy modules\mappers\$(LONG)\mod_alias.$(src_so) "$(inst_so)" <.y