diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:27 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:27 -0600 |
commit | 09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b (patch) | |
tree | 5bc17beba1e8847d6f3b8301ae11bab5789a3328 /win32utils | |
parent | 8dc48682f6d0e38c23f5832207823849031cfc00 (diff) | |
download | bind9-09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b.tar.gz |
9.5.0a5
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/BuildSetup.bat | 30 | ||||
-rw-r--r-- | win32utils/index.html | 2 | ||||
-rw-r--r-- | win32utils/readme1st.txt | 6 | ||||
-rw-r--r-- | win32utils/updateopenssl.pl | 2 | ||||
-rw-r--r-- | win32utils/win32-build.txt | 2 |
5 files changed, 6 insertions, 36 deletions
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index e0a7dd67..2ad2070b 100644 --- a/win32utils/BuildSetup.bat +++ b/win32utils/BuildSetup.bat @@ -57,34 +57,4 @@ 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
-rem set vcredist here so that it is correctly expanded in the if body
-rem
-set vcredist=BootStrapper\Packages\vcredist_x86\vcredist_x86.exe
-
-if Defined FrameworkSDKDir (
-
-rem
-rem vcredist_x86.exe path relative to FrameworkSDKDir
-rem
-
-if Exist "%FrameworkSDKDir%\%vcredist%" (
-
-echo Copying Visual C x86 Redistributable Installer
-
-rem
-rem Use /Y so we allways have the current version of the installer.
-rem
-
-copy /Y "%FrameworkSDKDir%\%vcredist%" ..\Build\Release\
-copy /Y "%FrameworkSDKDir%\%vcredist%" ..\Build\Debug\
-
-) else (
- echo "**** %FrameworkSDKDir%\%vcredist% not found ****"
-)
-) else (
- echo "**** Warning FrameworkSDKDir not defined ****"
- echo "**** Run vsvars32.bat ****"
-)
-
rem Done
diff --git a/win32utils/index.html b/win32utils/index.html index 12ad0b23..69700a41 100644 --- a/win32utils/index.html +++ b/win32utils/index.html @@ -14,7 +14,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<!-- $Id: index.html,v 1.1.6.3 2006/10/02 07:14:36 marka Exp $ --> +<!-- $Id: index.html,v 1.4 2006/10/03 23:50:52 marka Exp $ --> <html> <head> diff --git a/win32utils/readme1st.txt b/win32utils/readme1st.txt index 2a936006..606d8bf2 100644 --- a/win32utils/readme1st.txt +++ b/win32utils/readme1st.txt @@ -2,11 +2,11 @@ Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2001, 2003 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
-$Id: readme1st.txt,v 1.12.18.5 2007/05/02 23:46:24 tbox Exp $
+$Id: readme1st.txt,v 1.18 2007/05/02 23:46:54 tbox Exp $
- Release of BIND 9.4 for Window 2000/XP/2003
+ Release of BIND 9.5 for Window 2000/XP/2003
-This is a release of BIND 9.4 for Window 2000/XP/2003.
+This is a release of BIND 9.5 for Window 2000/XP/2003.
Only IPv4 stacks are supported on the box running this version of BIND.
IPv6 stacks will be supported in a future release.
diff --git a/win32utils/updateopenssl.pl b/win32utils/updateopenssl.pl index f22c80ba..819d6745 100644 --- a/win32utils/updateopenssl.pl +++ b/win32utils/updateopenssl.pl @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: updateopenssl.pl,v 1.3.12.3 2006/10/11 03:49:20 marka Exp $ +# $Id: updateopenssl.pl,v 1.5 2006/10/11 03:54:19 marka Exp $ # updateopenssl.pl # This script locates the latest version of OpenSSL in the grandparent diff --git a/win32utils/win32-build.txt b/win32utils/win32-build.txt index e83c0836..f8fea26e 100644 --- a/win32utils/win32-build.txt +++ b/win32utils/win32-build.txt @@ -2,7 +2,7 @@ Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2001, 2002 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
-$Id: win32-build.txt,v 1.8.18.3 2005/11/01 05:50:31 marka Exp $
+$Id: win32-build.txt,v 1.11 2005/11/01 05:49:15 marka Exp $
BIND 9.4 for Win32 Source Build Instructions. 28-May-2005
|