MSVC Build: Add Simple Support for Visual Studio 2012
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 24 Apr 2014 11:46:55 +0000 (19:46 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 25 Apr 2014 00:28:11 +0000 (08:28 +0800)
commit84da842fe40a6b0bccb54ebc423a26e19da4f1bf
tree44a4aa0aaeeca5a1f67788b699242d3f02a03e33
parent41442d82fdafcb0f38f179700090fb79d104b299
MSVC Build: Add Simple Support for Visual Studio 2012

As the format of the Visual Studio 2012 project files are not much
different as compared to the 2010 ones, we can use some simple autotools
scripts to copy the Visual Studio 2010 project file items, and replacing
Visual-Studio-version-specific strings as necessary, so we provide support
for it quite easily without much maintenance overhead.

https://bugzilla.gnome.org/show_bug.cgi?id=691991
build/Makefile-newvs.am [new file with mode: 0644]
build/win32/Makefile.am
build/win32/vs11/Makefile.am [new file with mode: 0644]
configure.ac