This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: mingw and console
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tux <jtux1 at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 21 Jul 2002 22:23:12 -0400 (EDT)
- Subject: Re: mingw and console
On Sun, 21 Jul 2002, Tux wrote:
> Is it possible to make gcj produce executables for
> win32 that do not show the console?
For any other mingw program, you'd use -mwindows on the final link to
supress the console. Does it not work with gcj too?
Jeff