From: Bill Stoddard Date: Wed, 22 Mar 2000 21:48:42 +0000 (+0000) Subject: Add htpasswd back into the compile X-Git-Tag: APACHE_2_0_ALPHA_2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5675cf3040c6b1fdb3da8d8412c4039e21b254e3;p=thirdparty%2Fapache%2Fhttpd.git Add htpasswd back into the compile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84827 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index ba344be0bd0..1211a9cf17e 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