Re: Finding an executable's Windows subsystem

2009-04-05 Thread Dave Korn
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? In general, when you want to know about an executable or libra

Re: Finding an executable's Windows subsystem

2009-04-05 Thread Charles Wilson
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 | grep Subsystem For rxvt, that is: Subsystem