From: William A. Rowe Jr Date: Tue, 19 Dec 2000 14:51:40 +0000 (+0000) Subject: Add icons and cgi-bin ... needs shebang rewrite for printenv and X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b145ee0c1f56fee5da1675b0bc825b6b8688cd06;p=apache Add icons and cgi-bin ... needs shebang rewrite for printenv and lib/exp/h copied to the right places. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87421 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 60d65628ac..98c8d4e6bb 100644 --- a/Makefile.win +++ b/Makefile.win @@ -130,12 +130,17 @@ _build: _install: -mkdir "$(INSTDIR)" -mkdir "$(INSTDIR)\bin" + -mkdir "$(INSTDIR)\cgi-bin" -mkdir "$(INSTDIR)\conf" + -mkdir "$(INSTDIR)\htdocs" + -mkdir "$(INSTDIR)\htdocs\manual" + -mkdir "$(INSTDIR)\icons" + -mkdir "$(INSTDIR)\include" + -mkdir "$(INSTDIR)\lib" + -mkdir "$(INSTDIR)\libexec" -mkdir "$(INSTDIR)\logs" -mkdir "$(INSTDIR)\modules" # -mkdir "$(INSTDIR)\proxy" - -mkdir "$(INSTDIR)\htdocs" - -mkdir "$(INSTDIR)\htdocs\manual" copy Apache$(SHORT)\Apache.exe "$(INSTDIR)" copy Core$(SHORT)\ApacheCore.dll "$(INSTDIR)" copy srclib\apr\$(LONG)\aprlib.dll "$(INSTDIR)" @@ -161,8 +166,10 @@ _install: copy support\$(LONG)\htdigest.exe "$(INSTDIR)\bin" copy support\$(LONG)\logresolve.exe "$(INSTDIR)\bin" copy support\$(LONG)\rotatelogs.exe "$(INSTDIR)\bin" + copy docs\cgi-examples\printenv "$(INSTDIR)\cgi-bin\printenv.pl" xcopy docs\docroot "$(INSTDIR)\htdocs" /dy xcopy docs\manual "$(INSTDIR)\htdocs\manual" /sdy + xcopy docs\icons "$(INSTDIR)\icons" /sdy copy docs\conf\magic "$(INSTDIR)\conf\magic.default" if not exist "$(INSTDIR)\conf\magic" \ copy "$(INSTDIR)\conf\magic.default" "$(INSTDIR)\conf\magic"