News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

add a textbox to view the whole command line parameter?

Started by morning, July 05, 2008, 01:13:03 PM

Previous topic - Next topic

morning

in compiler/linker page,we can set many options ,but there is no place to see the whole commandline paramter
it's very useful to modify the commandline parameter directly.it appears in vc/vs series
my works: [url="http://handytool.net"]http://handytool.net[/url]
my blog: [url="http://morsoft.net"]http://morsoft.net[/url]

MortenMacFly

You can setup a specific command line for each single source file (if you like ;-)) that will override the automatically computed one by C::B. Just look into the properties of a file in the project tree.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

morning

yes,codeblocks has powerful custorm build setup,but not in mainmenu->build options,instend,in project manager contect menu..it's not friendly indeed.
my works: [url="http://handytool.net"]http://handytool.net[/url]
my blog: [url="http://morsoft.net"]http://morsoft.net[/url]