diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-07 23:36:44 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-07 23:36:44 -0500 |
commit | 13d1b791d14695dab43033d171bb6f161bd04fc5 (patch) | |
tree | 492cb8a25e070805ec4073f0c32a9cc593156577 /makeAnother | |
parent | c6ad18e5f0cf1b627d850fa3101a8c78648ff452 (diff) | |
parent | 613e30a894cddcdc11c8da140bae35090247c8ec (diff) | |
download | kamek-13d1b791d14695dab43033d171bb6f161bd04fc5.tar.gz kamek-13d1b791d14695dab43033d171bb6f161bd04fc5.zip |
merge
Diffstat (limited to 'makeAnother')
-rwxr-xr-x | makeAnother | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/makeAnother b/makeAnother new file mode 100755 index 0000000..1d138b0 --- /dev/null +++ b/makeAnother @@ -0,0 +1,10 @@ +#!/bin/sh +python2 tools/mapfile_tool.py +python2 tools/kamek.py AnotherProject.yaml --no-rels --use-mw --use-wine --gcc-type=powerpc-elf --mw-path=tools +cp AnotherASM/n_pal_loader.bin AnotherASM/SystemEU_1.bin +cp AnotherASM/n_pal2_loader.bin AnotherASM/SystemEU_2.bin +cp AnotherASM/n_ntsc_loader.bin AnotherASM/SystemUS_1.bin +cp AnotherASM/n_ntsc2_loader.bin AnotherASM/SystemUS_2.bin +cp AnotherASM/n_jpn_loader.bin AnotherASM/SystemJP_1.bin +echo Built Another for all regions!! + |