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

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to