From: Bill Stoddard Date: Tue, 25 Apr 2000 22:13:16 +0000 (+0000) Subject: Win32: Add htdigest X-Git-Tag: APACHE_2_0_ALPHA_3~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a1cb80d0b5a148f58dca985283609ebab1cba4;p=apache Win32: Add htdigest Submitted by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index e647dce174..f398a917df 100644 --- a/Makefile.win +++ b/Makefile.win @@ -64,7 +64,7 @@ _build: cd .. cd support nmake /nologo CFG="htpasswd - Win32 $(LONG)" -f htpasswd.mak RECURSE=0 $(CTARGET) -# nmake /nologo CFG="htdigest - Win32 $(LONG)" -f htdigest.mak RECURSE=0 $(CTARGET) + nmake /nologo CFG="htdigest - Win32 $(LONG)" -f htdigest.mak RECURSE=0 $(CTARGET) nmake /nologo CFG="logresolve - Win32 $(LONG)" -f logresolve.mak RECURSE=0 $(CTARGET) nmake /nologo CFG="rotatelogs - Win32 $(LONG)" -f rotatelogs.mak RECURSE=0 $(CTARGET) cd .. @@ -114,7 +114,7 @@ _install: 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)\htdigest.exe $(INSTDIR)\bin + copy support\$(LONG)\htdigest.exe $(INSTDIR)\bin copy support\$(LONG)\logresolve.exe $(INSTDIR)\bin copy support\$(LONG)\rotatelogs.exe $(INSTDIR)\bin