Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: umen on February 18, 2021, 05:42:39 pm

Title: Makefile project how t add library paths and include directorys of external libs
Post by: umen on February 18, 2021, 05:42:39 pm
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

Title: Re: Makefile project how t add library paths and include directorys of external libs
Post by: stahta01 on February 18, 2021, 07:45:01 pm
When using an custom makefile CB project you need to edit the makefile to change, add, or delete most build settings!

Tim S.
Title: Re: Makefile project how t add library paths and include directorys of external libs
Post by: umen on February 19, 2021, 07:51:21 am
Good to know thanks!