From d8454be73934db468b36d35f8c2c3e28cbc0dd4c Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 9 Apr 2003 08:44:53 +0000 Subject: [PATCH] [project @ 2003-04-09 08:44:53 by simonpj] Document how to get rid of the console window --- ghc/docs/users_guide/win32-dlls.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 1.7.10.4