aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-23 17:40:27 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-23 17:40:27 +0000
commitc0a41bb18241cac505a1aaf36e7fb6e3e8e60cb1 (patch)
tree837705c077bc7306cf434f88d5632c2ba8fcfb61
parent23856212d5f5a40296392943ffc6e83dcdbd295c (diff)
Add a link to the latest CRT redistributables.
svn path=/trunk/; revision=49000
-rw-r--r--config.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index f257292d90..5f18fbe2b7 100644
--- a/config.nmake
+++ b/config.nmake
@@ -979,6 +979,8 @@ INSTALL_DIR=wireshark-gtk2
# You can either place the redistributable in its own platform-
# and compiler-specific directory or in the top-level library
# directory.
+# Microsoft maintains a list of the latest redistributables in
+# KB 20197667: http://support.microsoft.com/kb/2019667
!IF EXIST("$(WIRESHARK_LIB_DIR)\vcredist_$(MSVC_VARIANT)")
VCREDIST_DIR=$(WIRESHARK_LIB_DIR)\vcredist_$(MSVC_VARIANT)
!ELSE