fix a cut-n-paste error, to fix buildbot problem

svn path=/trunk/; revision=20645
This commit is contained in:
Ulf Lamping 2007-01-31 04:34:58 +00:00
parent bf110f3999
commit b7eca1050c
1 changed files with 1 additions and 1 deletions

View File

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