summaryrefslogtreecommitdiff
path: root/makeAnotherAll
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-12 23:17:12 +0100
committerTreeki <treeki@gmail.com>2011-03-12 23:17:12 +0100
commit7d4e4c0b34a613dd3c0220475ae4e448197522c1 (patch)
tree4f5cee367de3fdef4f9a7c84af59ffe76a2bb1c3 /makeAnotherAll
downloadkamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz
kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip
initial commit. now I can start playing with stuff!
Diffstat (limited to 'makeAnotherAll')
-rwxr-xr-xmakeAnotherAll8
1 files changed, 8 insertions, 0 deletions
diff --git a/makeAnotherAll b/makeAnotherAll
new file mode 100755
index 0000000..1c3b6da
--- /dev/null
+++ b/makeAnotherAll
@@ -0,0 +1,8 @@
+#!/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/pal_loader.bin AnotherASM/SystemEU_1.bin
+cp AnotherASM/ntsc_loader.bin AnotherASM/SystemUS_1.bin
+cp AnotherASM/ntsc2_loader.bin AnotherASM/SystemUS_2.bin
+echo Built Another for all regions!!
+