mirror of https://github.com/zxdos/zxuno.git
firmware/scroll: (fix) forced Win32 build of `FuenteABin` on Windows
This commit is contained in:
parent
a16b6046bd
commit
a3a9869e58
|
@ -40,7 +40,11 @@ fuente6x8.bin: fuente6x8.png | $(FUENTEABIN)
|
||||||
$(FUENTEABIN) $< $@
|
$(FUENTEABIN) $< $@
|
||||||
|
|
||||||
$(FUENTEABIN): | tools
|
$(FUENTEABIN): | tools
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
|
$(MAKE) -w -C $| BUILD=mingw32
|
||||||
|
else
|
||||||
$(MAKE) -w -C $|
|
$(MAKE) -w -C $|
|
||||||
|
endif
|
||||||
|
|
||||||
fondo.rcs: fondo.png fondo.atr
|
fondo.rcs: fondo.png fondo.atr
|
||||||
Png2Rcs $< $@ -a fondo.atr
|
Png2Rcs $< $@ -a fondo.atr
|
||||||
|
|
Loading…
Reference in New Issue