News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Build target option:types

Started by SimpleID, March 03, 2018, 04:41:04 AM

Previous topic - Next topic

SimpleID

Hello, I would like to know what C::B does behind the scene when we select different build target type. Does it change compiler/linker option? Does it include external libs?If I select console, is it my code that invoke the terminal or is it a property in the binary file that is detected by the OS?
types are:Console, Gui,Static Lib, Dynamic Lib, native, commands only
Thank you

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

SimpleID

Wow! It's one of these time where Google fails because it's too obvious. I feel stupid.(But less than yesterday) Thank you! ;D