summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2019-06-18 16:30:58 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2019-06-18 16:30:58 +0800
commit2d3c0e9e7d74a9decf7b933e8eabdb01bffe41c5 (patch)
tree3026c53ba3b7176b5373e8e32af8e8acad1967de
parent6918fd70c861a818624d279b6964030bf8e51520 (diff)
downloadgtk+-2d3c0e9e7d74a9decf7b933e8eabdb01bffe41c5.tar.gz
build/win32/detectenv-msvc.mak: Update error message
We now support up to Visual Studio 2019, not just 2015, so don't confuse people here...
-rw-r--r--build/win32/detectenv-msvc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/detectenv-msvc.mak b/build/win32/detectenv-msvc.mak
index acecbf5885..787a897417 100644
--- a/build/win32/detectenv-msvc.mak
+++ b/build/win32/detectenv-msvc.mak
@@ -53,7 +53,7 @@ VSVER = 0
!if "$(VSVER)" == "0"
MSG = ^
This NMake Makefile set supports Visual Studio^
-9 (2008) through 14 (2015). Your Visual Studio^
+9 (2008) through 16 (2019). Your Visual Studio^
version is not supported.
!error $(MSG)
!endif