aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-31 04:34:58 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-31 04:34:58 +0000
commit8ad03dea63d3c9dcd3f4f7c2d7f5d4f5236eb269 (patch)
tree44fb4000cd78151707f65473f71f7a540064ddf3 /config.nmake
parent21f8aa280ba52a581ae3501a3cda9ad137d364f9 (diff)
fix a cut-n-paste error, to fix buildbot problem
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20645 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 2144c7b1f0..3cdb88fc85 100644
--- a/config.nmake
+++ b/config.nmake
@@ -772,7 +772,7 @@ PATH=$(PATH);$(CYGWIN_PATH);$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin;
# "convert" the MSVC variant into the required MSC compiler version
!IF "$(MSVC_VARIANT)" == "MSVC6"
-MSC_VER_REQUIRED=1300
+MSC_VER_REQUIRED=1200
!ELSEIF "$(MSVC_VARIANT)" == "MSVC2002" || "$(MSVC_VARIANT)" == "DOTNET10"
MSC_VER_REQUIRED=1300
!ELSEIF "$(MSVC_VARIANT)" == "MSVC2003" || "$(MSVC_VARIANT)" == "DOTNET11"