From 5675cf3040c6b1fdb3da8d8412c4039e21b254e3 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Wed, 22 Mar 2000 21:48:42 +0000 Subject: [PATCH] Add htpasswd back into the compile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84827 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index ba344be0bd..1211a9cf17 100644 --- a/Makefile.win +++ b/Makefile.win @@ -63,7 +63,7 @@ _build: nmake /nologo CFG="ap - Win32 $(LONG)" -f ap.mak cd .. cd support -# nmake /nologo CFG="htpasswd - Win32 $(LONG)" -f htpasswd.mak + nmake /nologo CFG="htpasswd - Win32 $(LONG)" -f htpasswd.mak # nmake /nologo CFG="htdigest - Win32 $(LONG)" -f htdigest.mak nmake /nologo CFG="rotatelogs - Win32 $(LONG)" -f rotatelogs.mak cd .. @@ -111,7 +111,7 @@ _install: copy os\win32\ApacheModuleSpeling$(SHORT)\ApacheModuleSpeling.dll $(INSTDIR)\modules copy os\win32\ApacheModuleUserTrack$(SHORT)\ApacheModuleUserTrack.dll $(INSTDIR)\modules # copy modules\proxy\$(LONG)\ApacheModuleProxy.dll $(INSTDIR)\modules -# copy support\$(LONG)\htpasswd.exe $(INSTDIR)\bin + copy support\$(LONG)\htpasswd.exe $(INSTDIR)\bin # copy support\$(LONG)\htdigest.exe $(INSTDIR)\bin copy support\$(LONG)\rotatelogs.exe $(INSTDIR)\bin -- 2.40.0