Add some info about building with Visual Studio 2012 (VC11):
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Sep 2012 21:24:33 +0000 (21:24 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Sep 2012 21:24:33 +0000 (21:24 +0000)
Summary: It seems to work; win32.mak file must be obtained
         from <somewhere>; (See comment in file for details)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@45033 f5534014-38df-0310-8fa8-9805f1628bb7

config.nmake

index 50c63a3c523691651712074dfd4270ae2b503581..4c70b52ff3bb349350c924d1966f65aa25436155 100644 (file)
@@ -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