]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2100. [port] win32: copy libeay32.dll to Build\Debug.
authorMark Andrews <marka@isc.org>
Tue, 7 Nov 2006 21:13:10 +0000 (21:13 +0000)
committerMark Andrews <marka@isc.org>
Tue, 7 Nov 2006 21:13:10 +0000 (21:13 +0000)
CHANGES
win32utils/BuildSetup.bat

diff --git a/CHANGES b/CHANGES
index cba4e5c383fa6195c33960cfd6831b16899c1432..2dce0cebfb003c4e51ff5953cf07a260e2c582fa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+2100.  [port]          win32: copy libeay32.dll to Build\Debug.
 
        --- 9.3.3rc3 released ---
 
index 084aaac1c37f0c2e8e5ce832cd561400465dbae5..85dffa1fdc7861168d2b8fe83e946a547a4db868 100644 (file)
@@ -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