diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:15:57 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:15:57 -0600 |
commit | f71ed3b5162e8033afc85905ea793f698145d4e3 (patch) | |
tree | 2eb41ddf66b6f3af13b858e42954790f69c40b62 /win32utils | |
parent | a1ec7949d854ef27ac36818d491b9f5ea40d7902 (diff) | |
download | bind9-f71ed3b5162e8033afc85905ea793f698145d4e3.tar.gz |
9.3.3
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/BuildSetup.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index 0c4c51b7..2ad2070b 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
|