From 1e793a163e9ef38ec3dd8cbb02c4ad793c842a53 Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Tue, 3 Jul 2007 14:56:53 +0000 Subject: [PATCH] windres to use the gcc given as --with-cc. --- driver/ghci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index cdc4d4e..37c30c2 100644 --- a/driver/ghci/Makefile +++ b/driver/ghci/Makefile @@ -58,7 +58,7 @@ endif ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" ghci.res : ghci.rc ghci.ico - windres -o ghci.res -i ghci.rc -O coff + windres --preprocessor="$(CPP) -xc -DRC_INVOKED" -o ghci.res -i ghci.rc -O coff endif binary-dist: -- 1.7.10.4