Zephyr Lykos

Results 252 comments of Zephyr Lykos

It should be possible if we are willing to replace the bundled masm.targets with our own one, using pre-generated TaskFactory dll

POC: ```patch diff --git a/install.sh b/install.sh index ac00d9f..44178f6 100755 --- a/install.sh +++ b/install.sh @@ -44,6 +44,7 @@ if [ -n "$VC_ZIP" ]; then unzip "$VC_ZIP" fi ln_s "Windows Kits" kits...