mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
8 lines
267 B
Python
8 lines
267 B
Python
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['mapfile'] = 'build/z64.map'
|
|
config['myimg'] = 'zelda_ocarina_mq_dbg.z64'
|
|
config['baseimg'] = 'baserom.z64'
|
|
config['makeflags'] = []
|
|
config['source_directories'] = ['src', 'include', 'spec']
|