summaryrefslogtreecommitdiff
path: root/win32utils
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:15:10 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:15:10 -0600
commitfa5013622ab385a0c8761998ebc3f3896a381cf0 (patch)
tree09f8d03041f806bbe66ca5f79f3cace98e39392d /win32utils
parenta42923670d04a312b5b174f2372b35204aeba928 (diff)
downloadbind9-fa5013622ab385a0c8761998ebc3f3896a381cf0.tar.gz
9.2.7
Diffstat (limited to 'win32utils')
-rw-r--r--win32utils/BuildSetup.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat
index bd0fdf63..1de614a4 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.
@@ -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