mirror of
https://github.com/Gillou68310/DukeNukemZeroHour.git
synced 2024-11-26 22:30:21 +00:00
8 lines
276 B
Python
Executable File
8 lines
276 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom.us.z64'
|
|
config['myimg'] = 'build/dukenukemzerohour.z64'
|
|
config['mapfile'] = 'build/dukenukemzerohour.map'
|
|
config['source_directories'] = ['.']
|
|
config['makeflags'] = ['COMPARE=0'] |