_MSC_VERs 1400 and greater require manifests. Check against
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 21 Aug 2008 18:12:47 +0000 (18:12 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 21 Aug 2008 18:12:47 +0000 (18:12 +0000)
commitad2184d323d196e83aff3a2586f12ba90f67ce0f
tree5328df479baae63745c43a2289bc4375c0188d54
parent152eb699d192ff9930e7fe23ee5969abcc42eb8f
_MSC_VERs 1400 and greater require manifests. Check against
MSC_VER_REQUIRED when we run mt.exe instead of checking for each
individual MSVC_VARIANT. This fixes the current buildbot test failures
on Windows, which resulted from a missing check for MSVC2008. This
also keeps us from having to mess with a bunch of makefiles when we add
support for new Visual C++ versions.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26052 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.nmake
epan/Makefile.nmake
wiretap/Makefile.nmake
wsutil/Makefile.nmake