From: Clemens Fruhwirth Date: Tue, 3 Jul 2007 14:56:53 +0000 (+0000) Subject: windres to use the gcc given as --with-cc. X-Git-Tag: Before_type_family_merge~302 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1e793a163e9ef38ec3dd8cbb02c4ad793c842a53 windres to use the gcc given as --with-cc. --- 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: