This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Disable shell window on win32 when running external command lineprograms
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 10 Jun 2003 09:32:25 +0530
- Subject: Re: Disable shell window on win32 when running external command lineprograms
- References: <20030609225210.5C8471A86E3@smtp.infolink.com.br>
> On some compilers (like Free Pascal which also uses GNU binutils from Mingw)
> that's a matter of adding a link-time switch. Isn't there one we can use on
> GCJ, so the user can generate an .EXE header for a console or a windowed app?
I think you're talking of the "-mwindows" link time switch
to gcc, right?
Note however that we are talking of console windows opened
for *programs spawned by a GUI program* via Runtime.exec( ),
so this switch wouldn't help us at all, except in suppressing
the window for the GUI program itself.
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/