From: sof Date: Thu, 2 Aug 2001 01:01:46 +0000 (+0000) Subject: [project @ 2001-08-02 01:01:46 by sof] X-Git-Tag: Approximately_9120_patches~1379 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=053d853281260169678abeece90afc2364b45229;p=ghc-hetmet.git [project @ 2001-08-02 01:01:46 by sof] Example invocation of 'windres' was a bit off --- diff --git a/ghc/driver/ghci/ghci.c b/ghc/driver/ghci/ghci.c index a9f79de..723b767 100644 --- a/ghc/driver/ghci/ghci.c +++ b/ghc/driver/ghci/ghci.c @@ -1,6 +1,6 @@ /* * - * $Id: ghci.c,v 1.2 2001/08/01 21:55:04 sof Exp $ + * $Id: ghci.c,v 1.3 2001/08/02 01:01:46 sof Exp $ * * ghci wrapper - invokes ghc.exe with the added command-line * option "--interactive". @@ -26,7 +26,7 @@ * as the .rc file): * * MSVC: rc /I. ghci.rc /o ghci.res - * mingw: windres -o ghci.res -o ghci.rc -O coff + * mingw: windres -o ghci.res -i ghci.rc -O coff * * * Add the resulting .res file to the link line of the wrapper: *