diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2012-09-20 13:48:30 +0200 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2012-09-20 13:48:30 +0200 |
commit | d4e2929eed10768efdd56ee3dc52e035114aded8 (patch) | |
tree | af5b06daad4d27ba1c6f6d98b104c73b7ac02a48 /Makefile.win | |
parent | fix clang warning (dead initialization) (diff) | |
download | apache2-d4e2929eed10768efdd56ee3dc52e035114aded8.tar.xz apache2-d4e2929eed10768efdd56ee3dc52e035114aded8.zip |
Install the new printenv.vbs file in cgi-bin on Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win index 574fc25398..21418ff4a4 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1040,6 +1040,7 @@ BEGIN { INSTALL_DIR="$(INSTDIR)\bin\iconv" cd ..\.. !ENDIF + copy docs\cgi-examples\printenv.vbs "$(INSTDIR)\cgi-bin\printenv.vbs" <.y copy docs\cgi-examples\printenv "$(INSTDIR)\cgi-bin\printenv.pl" <.y -awk -f <<script.awk "docs/cgi-examples/printenv" > "$(INSTDIR)\cgi-bin\printenv.pl" BEGIN { |