prepping C-toolchain

This commit is contained in:
2025-08-04 23:10:17 -04:00
parent 92f549dbf5
commit aa29c41638
11 changed files with 97 additions and 1132 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ if ((test-path $path_build) -eq $false) {
new-item -itemtype directory -path $path_build
}
$armips = join-path $path_toolchain 'armips/armips.exe'
$armips = join-path $path_toolchain 'armips/build/Debug/armips.exe'
$bin2exe_lua = join-path $path_scripts 'bin2exe.lua'
$bin2exe_py = join-path $path_scripts 'bin2exe.py'