From c878f37cf5757143d11fad3e651763574d22d449 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 17 Aug 2013 02:17:06 +0000 Subject: [PATCH] Be more explicity with the windres args. --- src/conio/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile index 289cae8102..73c397bd83 100644 --- a/src/conio/GNUmakefile +++ b/src/conio/GNUmakefile @@ -66,5 +66,5 @@ dl-mtlib: $(MTOBJODIR)$(DIRSEP)ciolib_res${OFILE} $(MTOBJODIR)$(DIRSEP)ciolib_res${OFILE}: ciolib.rc syncicon64.ico @echo Creating $< ... - $(QUIET)${WINDRES} ciolib.rc $@ + $(QUIET)${WINDRES} -O coff -i ciolib.rc -o $@ endif -- GitLab