From 67f3f6cff19ed323849280316c592969ab97ee21 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sat, 14 Mar 2020 02:51:33 -0400 Subject: Makefile.m32: Improve windres parameter compatibility - s/COFF/coff/ Some versions of windres do not recognize uppercase COFF as a valid way to specify the COFF output format. Reported-by: Steven Penny Fixes https://github.com/curl/curl/issues/5099 Closes https://github.com/curl/curl/pull/5101 --- docs/examples/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 160afb62f..dd989a8fb 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -106,7 +106,7 @@ CFLAGS += -fno-strict-aliasing # comment LDFLAGS below to keep debug info LDFLAGS = $(CURL_LDFLAG_EXTRAS) $(CURL_LDFLAG_EXTRAS_EXE) -s RC = $(CROSSPREFIX)windres -RCFLAGS = --include-dir=$(PROOT)/include -O COFF +RCFLAGS = --include-dir=$(PROOT)/include -O coff # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH -- cgit v1.2.3