Support Building Using Visual Studio 2013
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jun 2014 07:50:37 +0000 (15:50 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jun 2014 07:50:37 +0000 (15:50 +0800)
commit6eb55b9a33b3b025859e1a08e11c89719d542d41
tree8909c5d1ce290aa6f09c8323b3ce058317523f48
parent90671cd3cd0a98e8f706acf6e72d037aba1892e5
Support Building Using Visual Studio 2013

Like the Visual Studio 2012 project files, the Visual Studio 2013 files are
largely the same as the Visual Studio 2010 project files, so support
Visual Studio 2013 by updating the autotools scripts that is used for
Visual Studio 2012.  This means that project files for Visual Studio 2012
and Visual Studio 2013 can be maintained by simply maintaining the Visual
Studio 2010 project files, adding minimal maintenance overhead.
build/Makefile-newvs.am
build/win32/Makefile.am
build/win32/vs11/Makefile.am
build/win32/vs12/.gitignore [new file with mode: 0644]
build/win32/vs12/Makefile.am [new file with mode: 0644]
configure.ac