SaltyCrane Blog — Notes on JavaScript and web development

How to set the include paths for gcc in a Managed Make project in Eclipse 3.2.1 and CDT 3.1

How to set the include paths for gcc in a Managed Make project in Eclipse 3.2 and CDT 3.1:
  1. Right click on your project and click "Properties"
  2. Select "C/C++ Build" in the sidebar
  3. In the "Tool Settings" tab, "GCC C++ Compiler" -> "Directories"
  4. Click the Add button to add directories to be included.

Comments


#1 Anonymous commented on :

Hey, thanks for posting that. It is truly unbelievable how the existing docs do not anticipate that this MIGHT not be obvious!!!