X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=driver%2Fghci%2Fghci.c;h=cad0ae5c51bdb8d2cfab8c977fac2d07898bc286;hb=34cc75e1a62638f2833815746ebce0a9114dc26b;hp=f21a12a4ba44fa224be0b0bcda14865e9a160d61;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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 * */