mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-19 21:19:54 +00:00
parent
feac688313
commit
1021c482af
23 changed files with 27 additions and 13695 deletions
3
Makefile
3
Makefile
|
@ -18,11 +18,12 @@ ORIG_COMPILER ?= 0
|
|||
# If COMPILER is "gcc", compile with GCC instead of IDO.
|
||||
COMPILER ?= ido
|
||||
# Target game version. Currently the following versions are supported:
|
||||
# gc-us GameCube US
|
||||
# gc-eu GameCube Europe/PAL
|
||||
# gc-eu-mq GameCube Europe/PAL Master Quest
|
||||
# gc-eu-mq-dbg GameCube Europe/PAL Master Quest Debug (default)
|
||||
# The following versions are work-in-progress and not yet matching:
|
||||
# gc-us GameCube US
|
||||
# (none currently)
|
||||
VERSION ?= gc-eu-mq-dbg
|
||||
# Number of threads to extract and compress with
|
||||
N_THREADS ?= $(shell nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue