Major Update with Parallel Build Support
- Added support for Parallel NASM compilation
- Proper change detection for NASM files
(rebuilds when the NASM file or its dependencies have changed) - Incremental Builds working reliably
- Clean is working properly
(doesn't start building NASM files when you clean the project) - This build only works for Visual Studio versions from 2022 and onwards
Older Visual Studio users should continue with ther 1.1 version
What's Changed
- Parallel NASM Builds and various fixes by @softworkz in #33
New Contributors
- @softworkz made their first contribution in #33
Full Changelog: 1.1...2.0