News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Assigning Linkages in Code::Blocks

Started by sefronia, June 29, 2009, 09:09:25 PM

Previous topic - Next topic

sefronia

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.

MortenMacFly

Quote from: sefronia on June 29, 2009, 09:09:25 PM
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: [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]