From a3a9869e58875cd6a96f4939e8cbbe8f62876b3c Mon Sep 17 00:00:00 2001 From: Ivan Tatarinov Date: Wed, 5 May 2021 23:26:05 +0300 Subject: [PATCH] firmware/scroll: (fix) forced Win32 build of `FuenteABin` on Windows --- firmware/scroll/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/scroll/Makefile b/firmware/scroll/Makefile index de2311d..e34d399 100644 --- a/firmware/scroll/Makefile +++ b/firmware/scroll/Makefile @@ -40,7 +40,11 @@ fuente6x8.bin: fuente6x8.png | $(FUENTEABIN) $(FUENTEABIN) $< $@ $(FUENTEABIN): | tools +ifeq ($(OS),Windows_NT) + $(MAKE) -w -C $| BUILD=mingw32 +else $(MAKE) -w -C $| +endif fondo.rcs: fondo.png fondo.atr Png2Rcs $< $@ -a fondo.atr