crownengine / crown

The flexible game engine.
https://www.crownengine.org
Other
2.14k stars 154 forks source link

Add a prompt in toolchain.lua for the user to run vcvarsall.bat #95

Closed swan-gh closed 2 years ago

swan-gh commented 2 years ago

Add a prompt in toolchain.lua for the user to run vcvarsall.bat if their WindowsSDKVersion env var is not set. Don't make 8.1 the default value.

We could do this properly by inspecting registry values but from what I remember this is incredibly fiddly to get right across the different versions, so might be easiest to rely on vcvarsall.bat for now