From c4125258a3caea53413b4e2afafe2aa83b74980e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Feb 2017 23:37:11 -0800 Subject: Missed a usage of Wine in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db3fcf4..b3fe674 100644 --- a/Makefile +++ b/Makefile @@ -242,7 +242,7 @@ vos_prog_info : vos_prog_info.o vos_program_module.o %.bin : %.sz8 vasmz80_mot -Fbin -spaces -o $@ $< res.o : blastem.rc - wine windres blastem.rc res.o + i686-w64-mingw32-windres blastem.rc res.o arrow.tiles : arrow.png cursor.tiles : cursor.png -- cgit v1.2.3