Updated build scripts to latest setup used with HandmadeHero repo

This commit is contained in:
2023-10-24 01:40:21 -04:00
parent 912cc6b538
commit eaba60f80b
5 changed files with 504 additions and 308 deletions

View File

@@ -23,5 +23,6 @@ if ( -not (Test-Path $vs_devshell) ) {
# Launch the Visual Studio Developer Shell
Push-Location
write-host @args
& $vs_devshell @args
Pop-Location