From 392ab0b7efc1fb877bd2abe03408130b9878a8ca Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 6 Jan 2022 16:39:19 -0800 Subject: [PATCH] Add textcolors to build/package --- Makefile | 2 +- package.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6a5672..1355857 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -targets := ns.clock cricket dclock romx selectors ram.drv util +targets := ns.clock cricket dclock romx selectors ram.drv util textcolors .PHONY: all $(targets) package diff --git a/package.sh b/package.sh index c737c1d..f762269 100755 --- a/package.sh +++ b/package.sh @@ -34,6 +34,11 @@ add_file "util/out/quit.system.SYS" "quit.system#FF0000" "/$VOLNAME add_file "util/out/pause.system.SYS" "pause.system#FF0000" "/$VOLNAME" add_file "util/out/date.BIN" "date#062000" "/$VOLNAME" +cadius CREATEFOLDER "$IMGFILE" "/$VOLNAME/TEXTCOLORS" --no-case-bits --quiet +for file in a2green bw deepblue gray gsblue mint pink wb; do + add_file "textcolors/out/${file}.system.SYS" "${file}.system#FF0000" "/$VOLNAME/TEXTCOLORS" +done + rm -r "$PACKDIR" cadius CATALOG "$IMGFILE"