summaryrefslogtreecommitdiff
path: root/win32/vs12/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-02-15 13:25:59 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-02-15 13:25:59 +0800
commita0239aec27aa04a234ab6683994b304d197d7035 (patch)
treea6dfa51498035289a0bcebbd0382eb0efa59d1d1 /win32/vs12/Makefile.am
parente4ea2d2e5118b44bf1c3e5fa998356696e073aa8 (diff)
downloadpango-a0239aec27aa04a234ab6683994b304d197d7035.tar.gz
Visual Studio builds: Support Visual Studio 2017
This updates the autotools scripts to support Visual Studio 2017 builds, by copying the Visual Studio 2010 projects and updating items in there as necessary. Note the format of the toolset version changed, so we allow one to specify a custom toolset version string and hence use it if it is specified, otherwise the toolset version string is generated as it was before. Since Visual Studio 2017 aims to be compatible on the CRT level as Visual Studio 2015, the 2017-compiled binaries should be usable without problems with 2015-compiled binaries.
Diffstat (limited to 'win32/vs12/Makefile.am')
-rw-r--r--win32/vs12/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/vs12/Makefile.am b/win32/vs12/Makefile.am
index d3f3a9b6..8b0a7529 100644
--- a/win32/vs12/Makefile.am
+++ b/win32/vs12/Makefile.am
@@ -24,6 +24,5 @@ MSVC_BASE_VER = 10
MSVC_BASE_VER_LONG = 2010
MSVC_VER = 12
MSVC_VER_LONG = 2013
-MSVC_FORMAT_VER = 12
include $(top_srcdir)/win32/Makefile-newvs.am