mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Move to VS2017
VS2017 community is the most widely used, so depricate VS2013 and move to VS2017.
This commit is contained in:
@@ -21,8 +21,8 @@ echo Preparing 'IntroductionToVulkan' solution...
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 12 2013 Win64"
|
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 15 2017 Win64"
|
||||||
|
|
||||||
start "" "IntroductionToVulkan.sln"
|
start "" "IntroductionToVulkan.sln"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user