Added initial support for comma-separated variable declaration lists.

This commit is contained in:
2023-10-25 00:25:35 -04:00
parent b22f589203
commit d0f3b6187e
5 changed files with 134 additions and 22 deletions

View File

@ -57,11 +57,18 @@ if ( $release -eq $null ) {
write-host "No build type specified, assuming debug"
$release = $false
}
elseif ( $release -eq $false ) {
$debug = $true
}
else {
$optimize = treu
}
if ( $bootstrap -eq $false -and $singleheader -eq $false -and $test -eq $false ) {
throw "No build target specified. One must be specified, this script will not assume one"
}
. $vendor_toolchain
. $incremental_checks