From: simonpj Date: Wed, 9 Apr 2003 08:44:53 +0000 (+0000) Subject: [project @ 2003-04-09 08:44:53 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~980 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d8454be73934db468b36d35f8c2c3e28cbc0dd4c;p=ghc-hetmet.git [project @ 2003-04-09 08:44:53 by simonpj] Document how to get rid of the console window --- diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml index f07a053..d737fb3 100644 --- a/ghc/docs/users_guide/win32-dlls.sgml +++ b/ghc/docs/users_guide/win32-dlls.sgml @@ -37,6 +37,16 @@ Notice how the "%1" argument is quoted (or not). +Avoiding the console window + +By default GHC builds applications that open a console window when they start. +If you want to build a GUI-only application, with no console window, use the flag +-optl-mwindows in the link step. + + + + + Using GHC (and other GHC-compiled executables) with cygwin