Files
2ship2harkinian-Android/tools/asm-differ/diff_settings.py
T

12 lines
443 B
Python
Raw Normal View History

2021-06-07 18:31:56 -04:00
def apply(config, args):
2021-08-25 01:11:41 -04:00
config["baseimg"] = "target.bin"
config["myimg"] = "source.bin"
config["mapfile"] = "build.map"
config["source_directories"] = ["."]
2021-09-22 01:13:03 +01:00
# config["show_line_numbers_default"] = True
2021-08-25 01:11:41 -04:00
# config["arch"] = "mips"
# config["map_format"] = "gnu" # gnu or mw
# config["mw_build_dir"] = "build/" # only needed for mw map format
# config["makeflags"] = []
# config["objdump_executable"] = ""