+2083. [port] win32: Visual C++ 2005 support.
+
2082. [doc] Document 'cache-file' as a test only option.
--- 9.3.3rc2 released ---
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: BINDInstallDlg.cpp,v 1.6.2.6.2.14 2006/02/26 22:28:36 marka Exp $ */
+/* $Id: BINDInstallDlg.cpp,v 1.6.2.6.2.15 2006/09/27 00:29:10 marka Exp $ */
/*
* Copyright (c) 1999-2000 by Nortel Networks Corporation
{"msvcrt.dll", FileData::WinSystem, FileData::Critical, TRUE},
# endif
#endif
-#if _MSC_VER >= 1310
+#if _MSC_VER >= 1400
+ {"mfc80.dll", FileData::WinSystem, FileData::Critical, TRUE},
+ {"msvcr80.dll", FileData::WinSystem, FileData::Critical, TRUE},
+#elif _MSC_VER >= 1310
{"mfc71.dll", FileData::WinSystem, FileData::Critical, TRUE},
{"msvcr71.dll", FileData::WinSystem, FileData::Critical, TRUE},
#elif _MSC_VER > 1200
// are changed infrequently
//
+#ifndef _CRT_SECURE_NO_DEPRECATE
+#define _CRT_SECURE_NO_DEPRECATE 1
+#endif
+
#if !defined(AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_)
#define AFX_STDAFX_H__61537819_39FC_11D3_A97A_00105A12BD65__INCLUDED_
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.win32,v 1.6.12.7 2006/05/26 01:42:54 marka Exp $ */
+/* $Id: config.h.win32,v 1.6.12.8 2006/09/27 00:29:10 marka Exp $ */
/*
* win32 configuration file
*/
#define __STDC__ 1
+/*
+ * Silence compiler warnings about using strcpy and friends.
+ */
+#define _CRT_SECURE_NO_DEPRECATE 1
+
+/*
+ * Use 32 bit time.
+ */
+#define _USE_32BIT_TIME_T 1
+
/*
* Windows NT and 2K only
*/
echo Setting up the BIND files required for the build
+rem Get and update for the latest build of the openssl library
+perl updateopenssl.pl
+
+rem Setup the files
call BuildSetup.bat
echo Build all of the Library files
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: updateopenssl.pl,v 1.3 2006/09/25 04:23:59 marka Exp $
+# $Id: updateopenssl.pl,v 1.3.10.1 2006/09/27 00:29:10 marka Exp $
# updateopenssl.pl
# This script locates the latest version of OpenSSL in the grandparent