tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Question about PE code


From: grischka
Subject: Re: [Tinycc-devel] Question about PE code
Date: Mon, 04 Feb 2013 18:09:11 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Version 0.9.25 on win32 doesn't allow to choose windows subsystem (PE header - 
gui or cli) or it's not documented.
Can you please add such option for 0.9.26?
It should be trivial for anyone who familiar with tcc code - just setting one 
byte.

I'm tired of hex-editing compiled executables :(


Fixed on "mob".  Use tcc -Wl,-subsystem=console/gui ...

Default as before:
- "gui" for DLL's and for EXE's that have WinMain()
- "console" otherwise.

--- grischka



reply via email to

[Prev in Thread] Current Thread [Next in Thread]