summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Visual Studio builds: Support Visual Studio 2017Chun-wei Fan2017-02-155-10/+67
| | | | | | | | | | | | | | Update the autotools scripts to support Visual Studio 2017 builds by copying the Visual Studio 2013 projects and updateing the items as necessary to obtain the Visual Studio 2017 projects. Note that the format of the toolset string changed, so allow one to pass in and thus use a custom toolset string, otherwise the default toolset string will be generated as it was before. Note also the Visual Studio 2017 aims to be compatible with Visual Studio 2015 on the CRT level, so binaries built with 2017 should work without problems with the binaries built with 2015.
* Visual Studio builds: Update GSK projectChun-wei Fan2017-01-202-0/+5
| | | | | Another GSK Vulkan renderer source was added for the build, so include it here.
* Visual Studio builds: Update gsk projectChun-wei Fan2017-01-162-0/+5
| | | | Another Vulkan renderer source was added, so include them in the builds.
* Visual Studio builds: Move project files to win32/Chun-wei Fan2017-01-0945-0/+4704
It was suggested that the project files to be moved to win32/, so that we can have one less layer of directories we need to go down into to reach the project files.