Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: steveth45 on February 12, 2007, 09:04:31 am

Title: Build Log question
Post by: steveth45 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?
Title: Re: Build Log question
Post by: Biplab 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.  :)
Title: Re: Build Log question
Post by: steveth45 on February 12, 2007, 09:21:54 am
Thank you so much.  Is there any documentation for all the various settings somewhere?