mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
mist: forgot title image
This commit is contained in:
parent
873437d509
commit
da7be02682
19
mist/graphics_title/Makefile
Normal file
19
mist/graphics_title/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
#include ../Makefile.inc
|
||||
|
||||
B2D = ../../bmp2dhr/b2d
|
||||
LZSA = ~/research/lzsa/lzsa/lzsa
|
||||
|
||||
all: mist_title.lzsa
|
||||
|
||||
####
|
||||
|
||||
mist_title.lzsa: MIST_TITLEC.BIN
|
||||
$(LZSA) -r -f2 MIST_TITLEC.BIN mist_title.lzsa
|
||||
|
||||
MIST_TITLEC.BIN: mist_title.bmp
|
||||
$(B2D) mist_title.bmp HGR -d
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst
|
BIN
mist/graphics_title/mist_title.lzsa
Normal file
BIN
mist/graphics_title/mist_title.lzsa
Normal file
Binary file not shown.
2
mist/graphics_title/notes
Normal file
2
mist/graphics_title/notes
Normal file
@ -0,0 +1,2 @@
|
||||
lz4 -16 : 6503
|
||||
lzsa : 6153
|
Loading…
x
Reference in New Issue
Block a user