aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-27 18:52:02 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-27 18:52:02 +0000
commit58a78e262c7dc66f04b7d1f9c1806bc4d661af57 (patch)
treee7125d39e3dd318b288d2f759d06d82dc2e191b9 /config.nmake
parente4c4afaab2d0da72598c7e0764beb306f7347473 (diff)
Remove "not tested" note on MSVC 2010's vcredist instructions
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35040 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index eba848b983..5173732240 100644
--- a/config.nmake
+++ b/config.nmake
@@ -864,7 +864,6 @@ VCREDIST_EXE=$(WIRESHARK_LIBS)\vcredist_$(TARGET_MACHINE).exe
MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 9.0\VC\redist\$(VCREDIST_DLL)\Microsoft.VC90.CRT\*.*
!ELSEIF "$(MSVC_VARIANT)" == "MSVC2010EE"
-# NOT TESTED
# you need to download the redistributable package vcredist_x86.exe from Microsoft first,
# and copy it to the lib folder!!!
VCREDIST_EXE=$(WIRESHARK_LIBS)\vcredist_$(TARGET_MACHINE).exe