summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-12-07 17:11:51 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-12-07 17:11:51 +0000
commit00433ed6c7d50a60df15ef1e476b16b275e18089 (patch)
tree6aeb4da3ee41dc47c061b8e394af099f160d1b87 /Makefile.win
parent27f7eda66390dcbb31986b0b5d9c2f6d7fc5e7ba (diff)
downloadhttpd-00433ed6c7d50a60df15ef1e476b16b275e18089.tar.gz
Similar change to r483553 to help developers work in parallel on win32, install
default command-line build to \Apache2x directory, and name service Apache2.x (which means this doesn't need to change over and over as trunk becomes 2.5, 2.7 etc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483555 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 9bf43205f1..cfa125d849 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -13,7 +13,7 @@
# The following install defaults may be customized;
#
# Option Default
-# INSTDIR \Apache2
+# INSTDIR \Apache23
# PORT 80
# SSLPORT 443
# SERVERNAME localhost
@@ -105,7 +105,7 @@ _tryzlib:
!ENDIF
!IF "$(INSTDIR)" == ""
-INSTDIR=\Apache2
+INSTDIR=\Apache2x
!ENDIF
!IF "$(SERVERNAME)" == ""
SERVERNAME=localhost