This is the mail archive of the cygwin mailing list for the Cygwin 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: Finding an executable's Windows subsystem


Andy Koppe wrote:
> Apologies for having failed to google an answer, but is there an easy
> way in Cygwin to find out which Windows subsystem an executable
> targets?
> 
> More specfically, is rxvt a 'console' or a 'windows' program?
> 
objdump -p <FILE> | grep Subsystem

For rxvt, that is:

Subsystem               00000003        (Windows CUI)

e.g. console. I played around with making it a -windows app, but that
caused a few problems.

--
Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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