Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit cf8ad6a

Browse files
authored
Merge pull request #22 from ds-hwang/vs2017
Move to VS2017
2 parents 40f5a89 + 4a5107d commit cf8ad6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project/build.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ echo Preparing 'IntroductionToVulkan' solution...
2121
mkdir build
2222
cd build
2323

24-
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 12 2013 Win64"
24+
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 15 2017 Win64"
2525

2626
start "" "IntroductionToVulkan.sln"
2727

28-
cd ..
28+
cd ..

0 commit comments

Comments
 (0)