blob: 1c3b6dada32034de1d81135ee6a359442f5a8a7d (
plain)
1
2
3
4
5
6
7
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!!
|