Author Topic: add a textbox to view the whole command line parameter?  (Read 3099 times)

Offline morning

  • Multiple posting newcomer
  • *
  • Posts: 11
    • handy software world
add a textbox to view the whole command line parameter?
« on: July 05, 2008, 01:13:03 pm »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: add a textbox to view the whole command line parameter?
« Reply #1 on: July 06, 2008, 10:18:09 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline morning

  • Multiple posting newcomer
  • *
  • Posts: 11
    • handy software world
Re: add a textbox to view the whole command line parameter?
« Reply #2 on: July 07, 2008, 03:18:21 am »
yes,codeblocks has powerful custorm build setup,but not in mainmenu->build options,instend,in project manager contect menu..it's not friendly indeed.