sm64coopdx/autogen/autogen.sh
PeachyPeach 17c311ae7d
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
smlua event hooks refactor (#826)
2025-06-09 07:40:48 +10:00

7 lines
257 B
Bash
Executable file

#!/usr/bin/env bash
python3 ./autogen/gen_math.py $1
python3 ./autogen/convert_structs.py $1
python3 ./autogen/gen_hooks.py $1
python3 ./autogen/convert_functions.py $1
python3 ./autogen/convert_constants.py $1
python3 ./autogen/extract_display_lists.py $1