update to 9.7.1-P2
[tridge/bind9.git] / win32utils / SetupLibs.bat
diff --git a/win32utils/SetupLibs.bat b/win32utils/SetupLibs.bat
new file mode 100644 (file)
index 0000000..33c2b97
--- /dev/null
@@ -0,0 +1,31 @@
+echo off\r
+rem\r
+rem Copyright (C) 2007,2009  Internet Systems Consortium, Inc. ("ISC")\r
+rem \r
+rem Permission to use, copy, modify, and distribute this software for any\r
+rem purpose with or without fee is hereby granted, provided that the above\r
+rem copyright notice and this permission notice appear in all copies.\r
+rem \r
+rem THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH\r
+rem REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r
+rem AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,\r
+rem INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r
+rem LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\r
+rem OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r
+rem PERFORMANCE OF THIS SOFTWARE.\r
+\r
+rem SetupLibs.bat\r
+rem This script copys the openssl and libxml2 dlls into place.\r
+rem This script may be modified by updateopenssl.pl and/or updatelibxml2.pl.\r
+\r
+echo Copying the OpenSSL DLL.\r
+\r
+copy ..\..\openssl-0.9.8l\out32dll\libeay32.dll ..\Build\Release\\r
+copy ..\..\openssl-0.9.8l\out32dll\libeay32.dll ..\Build\Debug\\r
+\r
+echo Copying the libxml DLL.\r
+\r
+copy ..\..\libxml2-2.7.3\win32\bin.msvc\libxml2.dll ..\Build\Release\\r
+copy ..\..\libxml2-2.7.3\win32\bin.msvc\libxml2.dll ..\Build\Debug\\r
+\r
+rem Done\r