From 34942df676bee45fb7395d7d50f3eda843d190d7 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 7 Jan 2002 16:32:54 +0000 Subject: [PATCH] [project @ 2002-01-07 16:32:54 by sof] doc fix - correct example invoc. of 'rc' --- ghc/driver/ghci/ghci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/ghci/ghci.c b/ghc/driver/ghci/ghci.c index 1ba20dd..d04af16 100644 --- a/ghc/driver/ghci/ghci.c +++ b/ghc/driver/ghci/ghci.c @@ -1,6 +1,6 @@ /* * - * $Id: ghci.c,v 1.4 2001/10/10 17:25:15 sof Exp $ + * $Id: ghci.c,v 1.5 2002/01/07 16:32:54 sof Exp $ * * ghci wrapper - invokes ghc.exe with the added command-line * option "--interactive". @@ -25,7 +25,7 @@ * * Compile it up (assuming the .ico file is in the same dir * as the .rc file): * - * MSVC: rc /I. ghci.rc /o ghci.res + * MSVC: rc /i. /fo ghci.res ghci.rc * mingw: windres -o ghci.res -i ghci.rc -O coff * * * Add the resulting .res file to the link line of the wrapper: -- 1.7.10.4