diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:21 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:21 -0600 |
commit | c37e760642189d2b245b58879c4a7683488b52e4 (patch) | |
tree | 2bc68bd37ae6ea2ad1ca4c636a817d071b6f8af4 /win32utils | |
parent | e7ee4f9689939f41f745d8ccaae351444c6aed73 (diff) | |
download | bind9-c37e760642189d2b245b58879c4a7683488b52e4.tar.gz |
9.2.1
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/BuildSetup.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index 49d34dba..f95f2da0 100644 --- a/win32utils/BuildSetup.bat +++ b/win32utils/BuildSetup.bat @@ -42,8 +42,11 @@ if NOT Exist ..\Build\Release mkdir ..\Build\Release echo Copying the ARM and the Installation Notes. +copy ..\COPYRIGHT ..\Build\Release copy readme1st.txt ..\Build\Release copy ..\doc\arm\*.html ..\Build\Release +copy ..\CHANGES ..\Build\Release +copy ..\FAQ ..\Build\Release echo Copying the OpenSSL DLL. |