Author Topic: Makefile project how t add library paths and include directorys of external libs  (Read 3186 times)

Offline umen

  • Multiple posting newcomer
  • *
  • Posts: 13
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


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline umen

  • Multiple posting newcomer
  • *
  • Posts: 13
Good to know thanks!