This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Disable shell window on win32 when running external command lineprograms


> 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/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]