Add autotools scripts to create VS2012 projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 19 Nov 2012 04:58:55 +0000 (12:58 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 22 Nov 2012 00:56:51 +0000 (08:56 +0800)
commit76cecf061b377d30e5422cdddb1fb9d19c52421d
treed6d2db929384f206d5b7e36069216beba4fec21a
parent269f890474de12f31548ddb66ff9a856b18a9894
Add autotools scripts to create VS2012 projects

As the project file format for Visual Studio 2012 is only slightly
different from Visual Studio 2010 projects, we can provide support for
building GLib (and other projects) with Visual Studio 2012 with relatively
little effort.  This might change when we eventually get GLib to work with
the Windows 8 (Modern UI/formerly Metro) APIs, but this will suffice for
the time being for people needing to build GLib with Visual Studio 2012.

Basically all that needs to be done at 'make dist' is:
-Copy the .sln/.props/README.txt/.vcxproj files and replace the VS2010
 stuff with VS2012 stuff
-Copy the .vcxproj.filters as is
build/Makefile-newvs.am [new file with mode: 0644]
build/win32/vs11/.gitignore [new file with mode: 0644]
build/win32/vs11/Makefile.am [new file with mode: 0644]
configure.ac