diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2005-03-31 21:02:44 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2005-03-31 21:02:44 +0200 |
commit | 4f32c76fb1e4a3da510e19dce3a8e8f249cc63fe (patch) | |
tree | 7e75ae8db902358da8b69e381f45228b9e737b7e /Makefile.win | |
parent | Eliminate ldap module load ordering (diff) | |
download | apache2-4f32c76fb1e4a3da510e19dce3a8e8f249cc63fe.tar.xz apache2-4f32c76fb1e4a3da510e19dce3a8e8f249cc63fe.zip |
Apache.exe -> httpd.exe - per discussion on dev@httpd
to make Win32 consistent with Unix, and as importantly,
quitclaim the 'Apache HTTP Server' project's claim on
something not in the spirit of the greater Foundation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159626 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.win b/Makefile.win index 29402748c0..582e4e2783 100644 --- a/Makefile.win +++ b/Makefile.win @@ -160,7 +160,7 @@ clean: _cleanr _cleand y << -!IF EXIST("Apache.mak") +!IF EXIST("httpd.mak") _cleanr: $(MAKE) $(MAKEOPT) -f Makefile.win SHORT=R LONG=Release CTARGET=CLEAN _build @@ -207,7 +207,7 @@ _build: $(MAKE) $(MAKEOPT) -f gen_test_char.mak CFG="gen_test_char - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd .. $(MAKE) $(MAKEOPT) -f libhttpd.mak CFG="libhttpd - Win32 $(LONG)" RECURSE=0 $(CTARGET) - $(MAKE) $(MAKEOPT) -f Apache.mak CFG="Apache - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f httpd.mak CFG="httpd - Win32 $(LONG)" RECURSE=0 $(CTARGET) # build ldap prior to authnz_ldap cd modules\ldap $(MAKE) $(MAKEOPT) -f mod_ldap.mak CFG="mod_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -373,7 +373,7 @@ _build: _copybin: - copy $(LONG)\Apache.$(src_exe) "$(inst_exe)" <.y + copy $(LONG)\httpd.$(src_exe) "$(inst_exe)" <.y copy $(LONG)\libhttpd.$(src_dll) "$(inst_dll)" <.y copy srclib\apr\$(LONG)\libapr-1.$(src_dll) "$(inst_dll)" <.y copy srclib\apr-iconv\$(LONG)\libapriconv-1.$(src_dll) "$(inst_dll)" <.y |