Author Topic: Assigning Linkages in Code::Blocks  (Read 3015 times)

Offline sefronia

  • Single posting newcomer
  • *
  • Posts: 7
Assigning Linkages in Code::Blocks
« on: June 29, 2009, 09:09:25 pm »
My C++ project and program need to access an external lib folder and an include folder.  Exactly where within Code::Blocks do those assignments need to be made?  Thanks in advance.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Assigning Linkages in Code::Blocks
« Reply #1 on: June 30, 2009, 11:57:53 am »
Exactly where within Code::Blocks do those assignments need to be made?
In the project's build options (right click on your project, select build options).
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