Document asset extraction

This commit is contained in:
2023-11-26 00:45:22 -05:00
parent bc31a5b90d
commit 90a464aea1
4 changed files with 21 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ if not is_windows():
# Tool versions
config.compilers_tag = "20231018"
config.dtk_tag = "v0.6.0"
config.dtk_tag = "v0.6.2"
config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.9"
@@ -150,8 +150,9 @@ cflags_base = [
"-RTTI off",
"-fp_contract on",
"-str reuse",
"-i include",
"-multibyte", # For Wii compilers, replace with `-enc SJIS`
"-i include",
f"-i build/{config.version}/include",
f"-DVERSION={version_num}",
]