mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 19:30:50 +00:00
update date and add lst file in build
This commit is contained in:
parent
fe8d073c99
commit
288f87cd4b
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ asm:
|
||||
cd src/mods && $(ACME) t00only.a
|
||||
$(EXOMIZER) raw -q build/t00only.bin -o build/t00only.tmp
|
||||
printf "\x20\x00" | cat - build/t00only.tmp > build/t00only.pak
|
||||
cd src && $(ACME) passport.a 2> ../build/relbase.log
|
||||
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
|
||||
cp res/work.po $(BUILDDISK)
|
||||
java -jar $(AC) -p $(BUILDDISK) "PASSPORT.SYSTEM" sys 0x2000 < build/PASSPORT.SYSTEM
|
||||
|
@ -144,7 +144,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2018-08-03",$00
|
||||
!text "Passport by 4am 2018-08-09",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user