mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-29 08:13:01 -04:00
6 lines
207 B
Python
Executable File
6 lines
207 B
Python
Executable File
def apply(config, args):
|
|
config["baseimg"] = "baserom.u.z64"
|
|
config["myimg"] = "build/u/ge007.u.z64"
|
|
config["mapfile"] = "build/ge007.u.map"
|
|
config["source_directories"] = ['src', 'include']
|