summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-12-12 17:41:44 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-12-12 17:41:44 +0000
commitd3c1d4a666c41fd1df94f6d749aae04aa39453f9 (patch)
treecf7f981daf3946509cb3eda10040dca6fa2f42fe /Makefile.win
parentb601a06f0f7d3628debf904c58968ec0bd44ae5b (diff)
downloadhttpd-d3c1d4a666c41fd1df94f6d749aae04aa39453f9.tar.gz
Changes for correct apr-util.dll lib name, and don't try building into
the current tree from the workspace. Also correct commentary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index 06a21f312b..a6af224d54 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -64,7 +64,7 @@ _build:
$(MAKE) $(MAKEOPT) -f aprlibdll.mak CFG="aprlibdll - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd srclib\apr-util
-# aprlibdll creates the dynamic aprlib.dll from the static library project aprlib.dsp
+# aprutildll creates the dynamic apr-util.dll from the static library project aprutil.dsp
$(MAKE) $(MAKEOPT) -f aprutil.mak CFG="aprutil - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f aprutildll.mak CFG="aprutildll - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
@@ -136,7 +136,7 @@ _install:
copy Apache$(SHORT)\Apache.exe $(INSTDIR)
copy Core$(SHORT)\ApacheCore.dll $(INSTDIR)
copy srclib\apr\$(LONG)\aprlib.dll $(INSTDIR)
- copy srclib\apr-util\$(LONG)\aprutil.dll $(INSTDIR)
+ copy srclib\apr-util\$(LONG)\apr-util.dll $(INSTDIR)
copy srclib\expat-lite\$(LONG)\expatlib.dll $(INSTDIR)
copy modules\aaa\mod_auth_anon$(SHORT)\mod_auth_anon.dll $(INSTDIR)\modules
copy modules\aaa\mod_auth_dbm$(SHORT)\mod_auth_dbm.dll $(INSTDIR)\modules