change the default dir for command-line make to \Apache22 on Windows, and change
the service name to Apache2.2 by default (this *matches* the windows installer.)
Resolves recent bug reports and confusion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483553
13f79535-47bb-0310-9956-
ffa450edef68
# The following install defaults may be customized;
#
# Option Default
-# INSTDIR \Apache2
+# INSTDIR \Apache22
# PORT 80
# SSLPORT 443
# SERVERNAME localhost
!ENDIF
!IF "$(INSTDIR)" == ""
-INSTDIR=\Apache2
+INSTDIR=\Apache22
!ENDIF
!IF "$(SERVERNAME)" == ""
SERVERNAME=localhost
#define SERVICE_APACHE_RESTART 128
#ifndef AP_DEFAULT_SERVICE_NAME
-#define AP_DEFAULT_SERVICE_NAME "Apache2"
+#define AP_DEFAULT_SERVICE_NAME "Apache2.2"
#endif
#define SERVICECONFIG9X "Software\\Microsoft\\Windows\\CurrentVersion\\RunServices"