]> granicus.if.org Git - apache/commitdiff
Add htpasswd back into the compile
authorBill Stoddard <stoddard@apache.org>
Wed, 22 Mar 2000 21:48:42 +0000 (21:48 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 22 Mar 2000 21:48:42 +0000 (21:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84827 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index ba344be0bd0669586ac861eae699388612c1a56d..1211a9cf17e8504be04a484c6d0514917cb439c7 100644 (file)
@@ -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