mirror of
https://github.com/zeldaret/mm.git
synced 2024-12-01 00:30:45 +00:00
f77cfb9020
* Add RM_MDEBUG to makefile * Add to diff settings to allow use of --source
9 lines
296 B
Python
Executable File
9 lines
296 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom_uncompressed.z64'
|
|
config['myimg'] = 'mm.us.rev1.rom_uncompressed.z64'
|
|
config['mapfile'] = 'build/mm.map'
|
|
config['source_directories'] = ['./src','./include']
|
|
config['makeflags'] = ['KEEP_MDEBUG=1']
|