mirror of
https://github.com/a2-4am/passport.git
synced 2024-10-11 09:23:42 +00:00
update syntax for Exomizer 3
This commit is contained in:
parent
a447409bdc
commit
9a845de251
7
Makefile
7
Makefile
@ -15,17 +15,18 @@ ACME=acme
|
||||
# https://sourceforge.net/projects/applecommander/
|
||||
AC=bin/AppleCommander.jar
|
||||
# https://bitbucket.org/magli143/exomizer/wiki/Home
|
||||
EXOMIZER=exomizer
|
||||
# requires Exomizer 3.0 or later
|
||||
EXOMIZER=exomizer raw -P0 -q
|
||||
|
||||
BUILDDISK=build/passport.po
|
||||
|
||||
asm:
|
||||
mkdir -p build
|
||||
cd src/mods && $(ACME) universalrwts.a
|
||||
$(EXOMIZER) raw -q build/universalrwts.bin -o build/universalrwts.tmp
|
||||
$(EXOMIZER) build/universalrwts.bin -o build/universalrwts.tmp
|
||||
printf "\xB8\x00" | cat - build/universalrwts.tmp > build/universalrwts.pak
|
||||
cd src/mods && $(ACME) -r ../../build/t00only.lst t00only.a
|
||||
$(EXOMIZER) raw -q build/t00only.bin -o build/t00only.tmp
|
||||
$(EXOMIZER) build/t00only.bin -o build/t00only.tmp
|
||||
printf "\x20\x00" | cat - build/t00only.tmp > build/t00only.pak
|
||||
cd src && $(ACME) -r ../build/passport.lst passport.a 2> ../build/relbase.log
|
||||
cd src && $(ACME) -DRELBASE=`cat ../build/relbase.log | cut -d"=" -f2 | cut -d"(" -f2 | cut -d")" -f1` passport.a
|
||||
|
Loading…
Reference in New Issue
Block a user