Eclipse – Exclude / de-exclude from build
Thursday, June 25, 2009 22:02
Sometimes working with Eclipse can be frustrating. I just spent an hour of my life looking how to include back a file into build that was excluded before (exclude from build).
To spare you that drama, just go to:
Project Preferences -> C/C++ General -> Paths & Symbols -> Source Location
Click on the folder where the excluded file is sitting in and change its filter.
As a wise man once said, soul-d: “i call these sneaky logical options “
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
majid says:
August 6th, 2010 at 22:44
This was fantastic info. You saved me so much time!