News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Makefile project how t add library paths and include directorys of external libs

Started by umen, February 18, 2021, 05:42:39 PM

Previous topic - Next topic

umen

Hello all
i created new project and i like to compile it using the project Makefile
i added the files and in the project build option, i set the project to build using a makefile, now all fine !
but now i need to add third party include paths and library paths and library name and i just can't find where to add them in the CB editor
i saw in google where to set the directories and i did but still it fails
i attached how the configuration looks like and the error


stahta01

When using an custom makefile CB project you need to edit the makefile to change, add, or delete most build settings!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]