News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Build Log question

Started by steveth45, February 12, 2007, 09:04:31 AM

Previous topic - Next topic

steveth45

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?

Biplab

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

Thank you so much.  Is there any documentation for all the various settings somewhere?