summaryrefslogtreecommitdiffstats
path: root/win32utils/BuildOpenSSL.bat
blob: 7d597f32e9fad8ae4e570fb64c3719f712522dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
echo off
rem

rem Copyright (C) 2007  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 BuildOpenSSL.bat

rem This script copys the OpenSSL dlls into place.

rem This script may be modified by updateopenssl.pl.


echo Copying the OpenSSL DLL.

copy ..\..\openssl-0.9.8d\out32dll\libeay32.dll ..\Build\Release\
copy ..\..\openssl-0.9.8d\out32dll\libeay32.dll ..\Build\Debug\

rem Done