mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
diff settings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def apply(config, args):
|
||||
config['baseimg'] = 'baserom.us.z64'
|
||||
config['myimg'] = 'build/starfox64.us.z64'
|
||||
config['mapfile'] = 'build/starfox64.us.map'
|
||||
config['source_directories'] = ['./src','./include']
|
||||
config['objdump_flags'] = ['-M','reg-names=32']
|
||||
config['makeflags'] = ["KEEP_MDEBUG=1"]
|
||||
Reference in New Issue
Block a user