diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2007-07-03 14:56:53 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2007-07-03 14:56:53 +0000 |
commit | 1e793a163e9ef38ec3dd8cbb02c4ad793c842a53 (patch) | |
tree | e2047746a83b628d82a650a5ebcc28e2ea55f430 /driver | |
parent | 6ded427651aba8c89f899e7346c9db82880cd8a3 (diff) | |
download | haskell-1e793a163e9ef38ec3dd8cbb02c4ad793c842a53.tar.gz |
windres to use the gcc given as --with-cc.
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index cdc4d4e519..37c30c2ebe 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: |