summaryrefslogtreecommitdiff
path: root/build/win32/vs12/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* MSVC Builds: Rename "Install" Projectbaserock/0.6.8-30-g9207f34Chun-wei Fan2015-07-291-2/+2
| | | | | | | ...and update its GUID so that the existing libcroco projects will fit in easier into all-in-one solution files that is used to build the entire GTK+ stack, where project GUIDs need to me mutually exclusive in solution files.
* Fix MSVC 2012/2013 Project File GenerationChun-wei Fan2015-07-271-8/+10
| | | | | | | The paths for the project files were incorrectly set from the MSVC 2008 projects, which is obviously not right. Fix that. Oops.
* MSVC Builds: Add Simple Support for MSVC 2012/2013Chun-wei Fan2014-12-191-0/+37
As the Visual Studio 2012/2013 project file format is largely the same as the Visual Studio 2010 ones, we can add support for them with relative ease by copying the 2010 files and updating them as necessary with autotools scripts, so to keep them up-to-date, all that is needed is that the Visual Studio 2010 projects are kept up to date. This might change if we do support the stack under the Windows RT APIs, but this will do the job for now.