summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-01-19 02:50:53 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-01-19 02:50:53 +0000
commit72af75c28834b0ad4fe406ef363b555850a498df (patch)
tree04799f19a5521dae55fa6a47e8dc440340ab5908 /Makefile.win
parent2acea391136496ba36e3ea2b814ccff5bb7bc372 (diff)
downloadhttpd-72af75c28834b0ad4fe406ef363b555850a498df.tar.gz
mod_logio module is alredy built in the IDE, but not the command line
build. Also fixed (already patched in 2.1-dev). This module did not make it into the 2.0.44 package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98348 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 1ff93aca0d..0255ca7182 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_logio.mak CFG="mod_logio - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd modules\mappers
$(MAKE) $(MAKEOPT) -f mod_actions.mak CFG="mod_actions - Win32 $(LONG)" RECURSE=0 $(CTARGET)
@@ -409,6 +410,7 @@ _install:
copy modules\generators\$(LONG)\mod_status.so "$(INSTDIR)\modules" <.y
copy modules\http\$(LONG)\mod_mime.so "$(INSTDIR)\modules" <.y
copy modules\loggers\$(LONG)\mod_log_config.so "$(INSTDIR)\modules" <.y
+ copy modules\loggers\$(LONG)\mod_logio.so "$(INSTDIR)\modules" <.y
copy modules\mappers\$(LONG)\mod_actions.so "$(INSTDIR)\modules" <.y
copy modules\mappers\$(LONG)\mod_alias.so "$(INSTDIR)\modules" <.y
copy modules\mappers\$(LONG)\mod_dir.so "$(INSTDIR)\modules" <.y
@@ -460,6 +462,7 @@ _install:
copy modules\generators\$(LONG)\mod_status.pdb "$(INSTDIR)\modules" <.y
copy modules\http\$(LONG)\mod_mime.pdb "$(INSTDIR)\modules" <.y
copy modules\loggers\$(LONG)\mod_log_config.pdb "$(INSTDIR)\modules" <.y
+ copy modules\loggers\$(LONG)\mod_logio.pdb "$(INSTDIR)\modules" <.y
copy modules\mappers\$(LONG)\mod_actions.pdb "$(INSTDIR)\modules" <.y
copy modules\mappers\$(LONG)\mod_alias.pdb "$(INSTDIR)\modules" <.y
copy modules\mappers\$(LONG)\mod_dir.pdb "$(INSTDIR)\modules" <.y