cvs updates from Wed Dec 15 17:45:22 EST 2010
[tridge/bind9.git] / win32utils / SetupLibs.bat
index 33c2b9707c8534b639ee445ae2ee54c94794a84b..d2dd7ca1cd1b9782c43739a57aeecbfecc282ac1 100644 (file)
@@ -1,31 +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
+echo off
+rem
+rem Copyright (C) 2007,2009  Internet Systems Consortium, Inc. ("ISC")
+rem 
+rem Permission to use, copy, modify, and distribute this software for any
+rem purpose with or without fee is hereby granted, provided that the above
+rem copyright notice and this permission notice appear in all copies.
+rem 
+rem THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+rem REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+rem AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+rem INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+rem LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+rem OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+rem PERFORMANCE OF THIS SOFTWARE.
+
+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.
+
+copy ..\..\openssl-0.9.8l\out32dll\libeay32.dll ..\Build\Release\
+copy ..\..\openssl-0.9.8l\out32dll\libeay32.dll ..\Build\Debug\
+
+echo Copying the libxml DLL.
+
+copy ..\..\libxml2-2.7.3\win32\bin.msvc\libxml2.dll ..\Build\Release\
+copy ..\..\libxml2-2.7.3\win32\bin.msvc\libxml2.dll ..\Build\Debug\
+
+rem Done