updates to scripts

This commit is contained in:
2024-07-01 12:24:03 -04:00
parent f02a5c0783
commit 93e8b2d64e
4 changed files with 6 additions and 6 deletions

View File

@@ -79,8 +79,8 @@ function build-SokolBackendDemo
{
write-host 'Building VEFontCache: Sokol Backend Demo'
$compile_shaders = join-path $path_scripts "compile_sokol_shaders.ps1"
& $compile_shaders
# $compile_shaders = join-path $path_scripts "compile_sokol_shaders.ps1"
# & $compile_shaders
$executable = join-path $path_build 'sokol_demo.exe'
$pdb = join-path $path_build 'sokol_demo.pdb'