mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
wip: working towards my own build script for psyqo utilizing programs
This commit is contained in:
@@ -12,4 +12,8 @@ $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'
|
||||
|
||||
# TODO(Ed): General way to build C runtime sandboxed projects.
|
||||
|
||||
# The goal here is to lift w/e is going on in SpinningCube to just utilize the toolchain dir's content
|
||||
# We also want to strip down the C to just calling the ASM's entry point, from there we'll try to use
|
||||
# the PS1 SDK from asm and just setup macros for the ABI calling convention
|
||||
|
||||
Reference in New Issue
Block a user