aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-09-20 21:24:33 +0000
committerBill Meier <wmeier@newsguy.com>2012-09-20 21:24:33 +0000
commit383467b2b3ab7f5779c399c1af49074b16722b45 (patch)
tree775b974a4113db28aae027487a97f2bf1db5f1f8 /config.nmake
parent93b1a4d5111f257348981c1d715ea0563eaa604f (diff)
Add some info about building with Visual Studio 2012 (VC11):
Summary: It seems to work; win32.mak file must be obtained from <somewhere>; (See comment in file for details) svn path=/trunk/; revision=45033
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake9
1 files changed, 8 insertions, 1 deletions
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