How to set the include paths for gcc in a Managed Make project in Eclipse 3.2.1 and CDT 3.1
This is my OLD blog. I've copied this post over to my NEW blog at:
http://www.saltycrane.com/blog/2006/10/how-to-set-include-paths-for-gcc-in/
You should be redirected in 2 seconds.
How to set the include paths for gcc in a Managed Make project in Eclipse 3.2 and CDT 3.1:
- Right click on your project and click "Properties"
- Select "C/C++ Build" in the sidebar
- In the "Tool Settings" tab, "GCC C++ Compiler" -> "Directories"
- Click the Add button to add directories to be included.
1 comment:
Hey, thanks for posting that. It is truly unbelievable how the existing docs do not anticipate that this MIGHT not be obvious!!!
Post a Comment