[[project @ 2003-04-09 08:44:53 by simonpj]
simonpj**20030409084453
Document how to get rid of the console window
] {
hunk ./ghc/docs/users_guide/win32-dlls.sgml 39
+
+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.
+
+
+
+
}