Author Topic: Build target option:types  (Read 3173 times)

SimpleID

  • Guest
Build target option:types
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Build target option:types
« Reply #1 on: March 03, 2018, 10:30:06 am »
Look at the build log!
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

SimpleID

  • Guest
Re: Build target option:types
« Reply #2 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