From 16eb9d93aee43a1fad02a1575ce18b230eefc876 Mon Sep 17 00:00:00 2001
From: Alexei Kosut
Date: Mon, 21 Jul 1997 23:05:26 +0000
Subject: [PATCH] Change release and debug to apacher and apached, to avoid
name conflicts with VC++.
Reviewed by: Ben Laurie
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78729 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/platform/windows.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html
index 43889ca908..144ef04340 100644
--- a/docs/manual/platform/windows.html
+++ b/docs/manual/platform/windows.html
@@ -94,8 +94,8 @@ together with details of mirror web and anonymous ftp sites.
Makefile.nt
file. To compile Apache, simply use one of
the following commands:
-nmake /f Makefile.nt release
-nmake /f Makefile.nt debug
+nmake /f Makefile.nt apacher
(release build)
+nmake /f Makefile.nt apached
(debug build)
These will both compile Apache. The latter will include debugging
--
2.50.1