Day 35 complete

This commit is contained in:
2023-10-17 23:50:28 -04:00
parent a4f07c67d2
commit 8d66887b02
10 changed files with 833 additions and 162 deletions

View File

@ -303,7 +303,7 @@ function build-engine
$path_generated_file = Join-Path $path_build 'engine_symbol_table.hpp'
move-item $path_generated_file (join-path $path_gen (split-path $path_generated_file -leaf)) -Force
$should_format_gen = $true
$script:should_format_gen = $true
return $true
}
@ -374,7 +374,7 @@ function build-platform
}
Pop-Location
$should_format_gen = $true
$script:should_format_gen = $true
}
# Delete old PDBs
@ -423,6 +423,7 @@ if ( (Test-Path $path_jsl_dll) -eq $false )
if ( $should_format_gen )
{
write-host 'Formatting...'
push-location $path_scripts
$include = @(
'*.cpp'