Build: Add Build Support for Visual Studio 2013
commit7e42510e5ccca10248b4aa568be2f5cd0774292e
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 05:35:13 +0000 (1 13:35 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 05:35:45 +0000 (1 13:35 +0800)
treecbd3c360472bf4f4edd95db1e63162661b6d1505
parent3539a1fcd0b3fefd81822879d086848a4c448a33
Build: Add Build Support for Visual Studio 2013

Like the Visual Studio 2012 projects, the Visual Studio 2013 project files
are only slightly different from the Visual Studio 2010 files, in more or
less the same manner.  We can thus easily provide out-of-box support for
building under Visual Studio 2013 by expanding on the scripts used to
provide support for the Visual Studio 2012 projects, without adding much
maintainance overhead.
build/Makefile-newvs.am
build/win32/Makefile.am
build/win32/vs11/Makefile.am
build/win32/vs12/Makefile.am [copied from build/win32/vs11/Makefile.am with 88% similarity]
configure.ac