diff options
author | Treeki <treeki@gmail.com> | 2011-03-13 01:38:01 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-13 01:38:01 +0100 |
commit | e73bd67e8c61fcbca13cf36a8490d44f90e7cefa (patch) | |
tree | 4e81a883c66afde8e0381919b668c754376e5cf9 /makeAnotherAll | |
parent | 91d99046b83b905cca79406cd219bb500da8613b (diff) | |
download | kamek-e73bd67e8c61fcbca13cf36a8490d44f90e7cefa.tar.gz kamek-e73bd67e8c61fcbca13cf36a8490d44f90e7cefa.zip |
removed Another stuff from master branch
Diffstat (limited to 'makeAnotherAll')
-rwxr-xr-x | makeAnotherAll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/makeAnotherAll b/makeAnotherAll deleted file mode 100755 index 1c3b6da..0000000 --- a/makeAnotherAll +++ /dev/null @@ -1,8 +0,0 @@ -#!/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!! - |