From 9a845de251992000905ec21bc09c7dff297469d6 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 3 Oct 2018 23:11:40 -0400 Subject: [PATCH] update syntax for Exomizer 3 --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6d4bcb0..b26cf85 100644 --- a/Makefile +++ b/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