From 383467b2b3ab7f5779c399c1af49074b16722b45 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 20 Sep 2012 21:24:33 +0000 Subject: Add some info about building with Visual Studio 2012 (VC11): Summary: It seems to work; win32.mak file must be obtained from ; (See comment in file for details) svn path=/trunk/; revision=45033 --- config.nmake | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index 50c63a3c52..4c70b52ff3 100644 --- a/config.nmake +++ b/config.nmake @@ -112,7 +112,14 @@ PROCESSOR_ARCHITECTURE=amd64 # "Microsoft Visual C++ 2012 Express Edition" # Visual C++ 11.0, _MSC_VER 1700, msvcr110.dll -## Note: Sep 18,2012: "not ready for prime time" (i.e. build fails) +## Note: Sep 20,2012: *Beta*: Build with VC11 (2012) succeeds; Seems OK: Minimally tested; +## win32.mak is apparently not part of the MS 2012EE install; +## To build Windows Wireshark, win32.mak must be obtained* +## and copied to a dir specified in the Windows Environment +## variable 'include' (or to a dir added to the list in 'include'). +## *One possibility: download the Windows 7 Platform SDK and copy +## win32.mak from ...\Microsoft SDKs\Windows\v7.[something]\include +## See: http://ask.wireshark.org/questions/14343/setting-development-project-under-visual-studio-2012 #MSVC_VARIANT=MSVC2012EE # The default if we haven't set a system environment variable or -- cgit v1.2.3