Commit e6d85205 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Talk about a nasty hack :-/  Here is the Win32 build solution for the
  missing xcopy /Y option on NT4.0.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87464 13f79535-47bb-0310-9956-ffa450edef68
parent f6b86231
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -164,9 +164,15 @@ _install:
	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" /d /q
        xcopy docs\manual "$(INSTDIR)\htdocs\manual" /s /d /q
        xcopy docs\icons "$(INSTDIR)\icons" /s /d /q
        xcopy docs\docroot "$(INSTDIR)\htdocs" /d < <<
A
<<
        xcopy docs\manual "$(INSTDIR)\htdocs\manual" /s /d < <<
A
<<
        xcopy docs\icons "$(INSTDIR)\icons" /s /d < <<
A
<<
        copy docs\conf\magic "$(INSTDIR)\conf\magic.default"
        if not exist "$(INSTDIR)\conf\magic" \
            copy "$(INSTDIR)\conf\magic.default" "$(INSTDIR)\conf\magic"