]> 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:18:20 +0000 (21:18 +0000)
committerMark Andrews <marka@isc.org>
Tue, 7 Nov 2006 21:18:20 +0000 (21:18 +0000)
CHANGES
win32utils/BuildSetup.bat

diff --git a/CHANGES b/CHANGES
index 5d594021aad53efb4424e8f2469a92086380f350..fa9bf990efb2d2ae7ce65e81cb891e397f90fd6a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+2100.  [port]          win32: copy libeay32.dll to Build\Debug.
 
        --- 9.2.7rc3 released ---
 
index 5e49919950d99f211c07ea452eb403a0c0c7887c..edb03ef48d5b4e6f5238774ca4ff3995e4528f6f 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.
  
@@ -53,7 +54,7 @@ copy ..\FAQ ..\Build\Release
 
 echo Copying the OpenSSL DLL.
 
-copy ..\..\openssl-0.9.6k-x\out32dll\libeay32.dll ..\Build\Release\
-
+copy ..\..\openssl-0.9.8d\out32dll\libeay32.dll ..\Build\Release\
+copy ..\..\openssl-0.9.8d\out32dll\libeay32.dll ..\Build\Debug
 
 rem Done