Add a link to the latest CRT redistributables.

svn path=/trunk/; revision=49000
This commit is contained in:
Gerald Combs 2013-04-23 17:40:27 +00:00
parent 23856212d5
commit c0a41bb182
1 changed files with 2 additions and 0 deletions

View File

@ -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