Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Excluding folders from dependencies autogenerated by eclipse?
Excluding folders from dependencies autogenerated by eclipse? [message #1691230] Fri, 03 April 2015 15:42
Allen P. is currently offline Allen P.Friend
Messages: 1
Registered: April 2015
Junior Member
I'm new to eclipse and haven't been able to solve this problem after 40 minutes of searching.

I have a c++ project in the latest version of eclipse. My project uses boost.

Eclipse generates a makefile for me with a bunch of .d files that list the dependencies. A long list of boost headers are included in the .d files.

When I run make, it scans every single one of the boost headers to see if they have changed. This makes the build speed unbearably slow.

How can I prevent anything in the boost folder from being added to the .d files?

Thanks much.
Previous Topic:GDB/DSF download executable versus .gdb
Next Topic: Eclipse CDT C/C++ Browsing Perspective
Goto Forum:
  


Current Time: Mon May 13 19:56:34 GMT 2024

Powered by FUDForum. Page generated in 0.03122 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top