summaryrefslogtreecommitdiff
path: root/win32/vs12
Commit message (Collapse)AuthorAgeFilesLines
* Visual Studio builds: Support Visual Studio 2017Chun-wei Fan2017-02-151-1/+0
| | | | | | | | | | | | | ... in the projects for now, the NMake Makefiles for the introspection files (.gir/.typelib) need to be updated as well, but that needs to be done a bit later. This is done by updating the autotools scripts, so that the Visual Studio 2010 projects are copied and the items are updated as necessary. Note that since the format of the platform toolset changed for Visual Studio 2017, a custom platform toolset string is allowed and used if specified, otherwise the platform toolset string is generated as it was before.
* Visual Studio builds: Move build files to win32/Chun-wei Fan2017-01-091-0/+37
As suggested, we don't really need two layers of directories to get to the projects, so move the project files to be under win32/ rather than build/win32/.