From c3f224e052fae78d42774cc77c2fd0cf9d346c82 Mon Sep 17 00:00:00 2001 From: waltje Date: Sat, 16 Jun 2018 19:16:14 -0400 Subject: [PATCH] More windres changes. --- src/win/mingw/Makefile.MinGW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win/mingw/Makefile.MinGW b/src/win/mingw/Makefile.MinGW index e16b090..1316e0a 100644 --- a/src/win/mingw/Makefile.MinGW +++ b/src/win/mingw/Makefile.MinGW @@ -8,7 +8,7 @@ # # Makefile for Windows systems using the MinGW32 environment. # -# Version: @(#)Makefile.mingw 1.0.48 2018/05/26 +# Version: @(#)Makefile.mingw 1.0.49 2018/06/16 # # Author: Fred N. van Kempen, # @@ -240,7 +240,7 @@ ifneq ($(CROSS), n) CC := /usr/bin/$(MINGW)-gcc -m32 endif PREPROC := /usr/bin/$(MINGW)-cpp - WINDRES := /usr/bin/$(MINGW)-windres -c 1200 + WINDRES := /usr/bin/$(MINGW)-windres SYSINC := -I/usr/$(MINGW)/include -Iwin/mingw/include SYSLIB := -L/usr/$(MINGW)/lib