I would like to compile a project using some non-standard libraries. How can I indicate to CodeBlocks that these libraries and include files exist?
You can specify them for your global environment or just for your project. For global environment : – Menu Settings/Compiler and debugger – In the Global compiler settings, select the directories tab – Add the required paths for compiler and linker. For your project : – Right click on the project then select Build options – Select the directories tab – Add the required paths for compiler and linker. – Add your specific libraries in the linker tab. – Pay attention to project settings and target settings.
Related Questions
- While I am browsing my rvc files, I sometimes see that some project files are colored (red-magenta-blue). What does this coloring indicate?
- My project uses COM objects, and requires DLLs and type libraries to compile some of my files. How does IncrediBuild handle this?
- What files are created when saving / publishing a project?