diff options
author | Internet Software Consortium, Inc <@isc.org> | 2011-08-20 15:47:09 -0600 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2011-08-20 15:47:09 -0600 |
commit | 9dcbbb59f37cea46ceed2b8093280e5e23a3f498 (patch) | |
tree | fa82d28fac628ca1b6425517daaf99d5239c7bf7 /win32utils | |
parent | a593e6f3a919cf95145c05b3a6c89ef0e06a2c9b (diff) | |
download | bind9-9dcbbb59f37cea46ceed2b8093280e5e23a3f498.tar.gz |
9.8.1b1
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/SetupLibs.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32utils/SetupLibs.bat b/win32utils/SetupLibs.bat index 33c2b970..3c95d81b 100644 --- a/win32utils/SetupLibs.bat +++ b/win32utils/SetupLibs.bat @@ -18,10 +18,11 @@ rem SetupLibs.bat rem This script copys the openssl and libxml2 dlls into place.
rem This script may be modified by updateopenssl.pl and/or updatelibxml2.pl.
-echo Copying the OpenSSL DLL.
+echo Copying the OpenSSL DLL and LICENSE.
copy ..\..\openssl-0.9.8l\out32dll\libeay32.dll ..\Build\Release\
copy ..\..\openssl-0.9.8l\out32dll\libeay32.dll ..\Build\Debug\
+copy ..\..\openssl-0.9.8l\LICENSE ..\Build\Release\OpenSSL-LICENSE
echo Copying the libxml DLL.
|