diff options
| author | Yong He <yonghe@outlook.com> | 2021-07-08 13:04:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 16:04:53 -0400 |
| commit | 06c4926ec51ce9548f2dc44ee948a467d588def8 (patch) | |
| tree | fbc4b0706f0fc47d6edeebc81e62b36bb658e348 /premake5.lua | |
| parent | a03d21a5f54cba913c3f52e2822a433de8f39fdd (diff) | |
Update VS projects to 2019. (#1901)
* Update VS projects to 2019.
* Empty commit to trigger build
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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" } |
