mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
25ff0a27de
* Create separate build directories based on version * Fix find_unused_asm.sh * Remove find_unused_asm.sh from Jenkinsfile * Revert diff.py * Clarify that gc-eu-mq is not "supported" yet * Revert xmlcreate.py (to be deleted) * Remove gc-eu-mq for now * Add version flags to diff_settings.py and sym_info.py * --version -> --oot-version * Fix --oot-version * Revert adding version flags to tools * Delete find_unused_asm.sh * Revert changes to first_diff.py output in tutorial * Factor out sed usages for spec
6 lines
252 B
Python
6 lines
252 B
Python
def apply(config, args):
|
|
config['mapfile'] = 'build/gc-eu-mq-dbg/z64.map'
|
|
config['myimg'] = 'oot-gc-eu-mq-dbg.z64'
|
|
config['baseimg'] = 'baserom.z64'
|
|
config['makeflags'] = []
|
|
config['source_directories'] = ['src', 'include', 'spec']
|