| Article: |
How to Write a Basic Gtk# Program with Mono | |
| Subject: | New all-in-one Windows installer | |
| Date: | 2004-08-11 12:27:07 | |
| From: | niel | |
|
Response to: New all-in-one Windows installer
|
||
Use -target:winexe to create an executable that doesn't open a console. The default is -target:exe, which creates a console application. |
||

