X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fghci%2Fghci.c;fp=driver%2Fghci%2Fghci.c;h=cad0ae5c51bdb8d2cfab8c977fac2d07898bc286;hp=f21a12a4ba44fa224be0b0bcda14865e9a160d61;hb=ccc9a4a5c7131e5bece84c0983d7d3f8d6480967;hpb=3897d02a5c0deb5c3bfda3299a28bbef525eba84 diff --git a/driver/ghci/ghci.c b/driver/ghci/ghci.c index f21a12a..cad0ae5 100644 --- a/driver/ghci/ghci.c +++ b/driver/ghci/ghci.c @@ -18,7 +18,7 @@ * To compile: * * MSVC: cl /o ghci.exe /c ghciwrap.c - * mingw: gcc -mno-cygwin -o ghci.exe ghciwrap.c + * mingw: gcc -o ghci.exe ghciwrap.c * * If you want to associate your own icon with the wrapper, * here's how to do it: @@ -35,7 +35,7 @@ * * Add the resulting .res file to the link line of the wrapper: * * MSVC: cl /o ghci.exe /c ghciwrap.c ghci.res - * mingw: gcc -mno-cygwin -o ghci.exe ghciwrap.c ghci.res + * mingw: gcc -o ghci.exe ghciwrap.c ghci.res * */