mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
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
7 lines
257 B
Bash
Executable file
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
|