Closed nir9 closed 1 year ago
To compile C in this project, zig uses files from Visual Studio Build Tools and Windows SDK
Reason it requires these is because the compile target is msvc and also the project uses the Windows API calls so the Windows SDK is needed anyway.
Zig does come with built in targets for Windows as well, but the MSVC target depends on Visual Studio.
Merged. Thanks!
To compile C in this project, zig uses files from Visual Studio Build Tools and Windows SDK
Reason it requires these is because the compile target is msvc and also the project uses the Windows API calls so the Windows SDK is needed anyway.
Zig does come with built in targets for Windows as well, but the MSVC target depends on Visual Studio.