Visual Studio builds: Support Visual Studio 2017
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 15 Feb 2017 05:11:55 +0000 (13:11 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 15 Feb 2017 05:11:55 +0000 (13:11 +0800)
commitf6c36b463ca29379024899211f99477344578555
tree8d49d21cce7979a41d749554d06693832377c4ff
parentbb33b5eafa48466ed3f64817bf2d326132fc6253
Visual Studio builds: Support Visual Studio 2017

Update the autotools scripts so that we can copy the Visual Studio 2010
project files and update them to obtain the Visual Studio 2017 projects.

As the format of the toolset version is different, allow a version number
string for the toolset version and use it if specified, otherwise just
create the toolset version string as we did before.

Note that Visual Studio 2015 and 2017 aims to be compatible in terms of
CRT usage, so it should be possible to use 2015-built binaries with
2017-built binaries.
configure.ac
win32/Makefile-newvs.am
win32/Makefile.am
win32/vs11/Makefile.am
win32/vs12/Makefile.am
win32/vs14/Makefile.am
win32/vs15/Makefile.am [new file with mode: 0644]