From 06c4926ec51ce9548f2dc44ee948a467d588def8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 8 Jul 2021 13:04:53 -0700 Subject: Update VS projects to 2019. (#1901) * Update VS projects to 2019. * Empty commit to trigger build --- premake5.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 77c69b345..2ed40ba16 100644 --- a/premake5.lua +++ b/premake5.lua @@ -795,7 +795,7 @@ toolSharedLibrary "render-test" if isTargetWindows then addSourceDir "tools/render-test/windows" - systemversion "10.0.14393.0" + systemversion "latest" -- For Windows targets, we want to copy -- dxcompiler.dll, and dxil.dll from the Windows SDK redistributable @@ -836,7 +836,7 @@ tool "gfx" -- To special case that we may be building using cygwin on windows. If 'true windows' we build for dx12/vk and run the script -- If not we assume it's a cygwin/mingw type situation and remove files that aren't appropriate if isTargetWindows then - systemversion "10.0.14393.0" + systemversion "latest" -- For Windows targets, we want to copy -- dxcompiler.dll, and dxil.dll from the Windows SDK redistributable @@ -915,7 +915,7 @@ tool "platform" addSourceDir "tools/platform/placeholder" -- Include windowing support on Windows. if isTargetWindows then - systemversion "10.0.14393.0" + systemversion "latest" else if enableXlib then defines { "SLANG_ENABLE_XLIB" } -- cgit v1.2.3