Compile bmp_to_1bpp because its really hard to install pillow in MSYS2 ..

This commit is contained in:
Li 2022-05-29 13:11:53 +12:00
parent c0269e5917
commit e1f4bca05b
6 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ data/title.txt: tools
../tools/ascii2sjis $(name) $@
data/icon.bin: ../icon.BMP tools
../tools/bmp_to_1bit.py $< icon1bit.bmp
../tools/bmp_to_1bit $< icon1bit.bmp
../tools/bmp2ps1b b icon1bit.bmp
rm icon1bit.bmp
mv icon1bit.bin $@

BIN
tools/ascii2sjis.exe Normal file

Binary file not shown.

BIN
tools/bin2mcs.exe Normal file

Binary file not shown.

BIN
tools/bmp2ps1b.exe Normal file

Binary file not shown.

BIN
tools/bmp_to_1bit.exe Normal file

Binary file not shown.

BIN
tools/mcpad.exe Normal file

Binary file not shown.