From: Mark Andrews Date: Tue, 7 Nov 2006 21:13:10 +0000 (+0000) Subject: 2100. [port] win32: copy libeay32.dll to Build\Debug. X-Git-Tag: v9.3.4~14 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e7073f733bc88a06b60d03f0588445755be3d30d;p=thirdparty%2Fbind9.git 2100. [port] win32: copy libeay32.dll to Build\Debug. --- diff --git a/CHANGES b/CHANGES index cba4e5c383f..2dce0cebfb0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +2100. [port] win32: copy libeay32.dll to Build\Debug. --- 9.3.3rc3 released --- diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index 084aaac1c37..85dffa1fdc7 100644 --- a/win32utils/BuildSetup.bat +++ b/win32utils/BuildSetup.bat @@ -39,6 +39,7 @@ rem Make sure that the Build directories are there. if NOT Exist ..\Build mkdir ..\Build if NOT Exist ..\Build\Release mkdir ..\Build\Release +if NOT Exist ..\Build\Debug mkdir ..\Build\Debug echo Copying the ARM and the Installation Notes. @@ -54,6 +55,6 @@ copy ..\FAQ ..\Build\Release 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