Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: SimpleID on March 03, 2018, 04:41:04 am

Title: Build target option:types
Post by: SimpleID on March 03, 2018, 04:41:04 am
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
Title: Re: Build target option:types
Post by: stahta01 on March 03, 2018, 10:30:06 am
Look at the build log!
Title: Re: Build target option:types
Post by: SimpleID on March 03, 2018, 03:43:43 pm
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