Author Topic: Build Log question  (Read 3836 times)

steveth45

  • Guest
Build Log question
« on: February 12, 2007, 09:04:31 am »
I'm trying to convert a project from a Makefile-based build, to a regular Code::Blocks managed build.  I'm having trouble compiling certain files, but the build log doesn't show the exact command being executed to build a particular file.  Is there a way to show the actual command being called in the build log?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Build Log question
« Reply #1 on: February 12, 2007, 09:15:21 am »
Yes! It's possible.

Go to Settings > Compiler and debugger settings menu. Now you'll find a Combo showing Compiler settings. Click on that and select Other settings. Now look down and change the combo next to "Compiler logging" to Full command line:)
Be a part of the solution, not a part of the problem.

steveth45

  • Guest
Re: Build Log question
« Reply #2 on: February 12, 2007, 09:21:54 am »
Thank you so much.  Is there any documentation for all the various settings somewhere?