1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-13 17:07:44 +00:00
oot/tools
Pierre de La Morinerie 267e20dd4c
tools: teach msgenc to avoid comments (#1151)
Currently the C preprocessor is used to remove comments from the text
files before encoding them.

However the option used (`-fpreprocessed`) is only supported by gcc –
but not by clang, which breaks the macOS build.

By using Python to remove comments, we can remove the use of this
gcc-specific option, and fix the macOS build.
2022-02-20 20:01:06 +01:00
..
asm_processor
asmsplitter
fado
ido5.3_compiler
ido7.1_compiler
ido_recomp
overlayhelpers
ZAPD
ZAPDConfigs/MqDbg
.gitignore
assist.py
bootstrap_actors.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
bootstrap_fx.py
bootstrap_overlay_decomp.py
compare_actors_sizes.py
convert_chars.py
create_actor_headers.py
csdis.py
decompile_data.py
disasm_elf_msg.py
disassemble.py
elf2rom.c
elf32.c
elf32.h New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
find_unused_asm.sh
fix_data_stuff.py
format_s_files.py
get_actor_sizes.py
ichaindis.py
m2ctx.py
Makefile
makeromfs.c First proper commit. 2020-03-17 00:31:30 -04:00
migrate-rodata.py
mkdmadata.c
mkldscript.c
msgdis.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
msgenc.py
n64chksum.c
n64chksum.h
namefixer.py
permuter_settings.toml
reformat_data_files.py
regconvert.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
reloc_prereq.c
rgba5551.py
set_o32abi_bit.py
sfxconvert.py
spec.c
spec.h
specprocess.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
split_out.py
split_out_overlay_funcs.py
util.c
util.h
vt_fmt.py
vtxdis.c
xmlcreate.py
yaz0.c
yaz0.h
yaz0tool.c