Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Excluding a folder from a build
Excluding a folder from a build [message #146548] Mon, 06 June 2005 20:24 Go to next message
Eclipse UserFriend
Originally posted by: ehilliard.sterlingtechsoftware.com

I have a branch in my project that I don't want to build currently. Is
there a way to make the compiler ignore the source folder instead of having
to exclude every file one by one?

Thanks.
Re: Excluding a folder from a build [message #146563 is a reply to message #146548] Tue, 07 June 2005 06:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kolbb.erlf.siemens.de

If it is a standard make project you can do the following:

Right click on the project -> Properties -> C/C++ Project Paths -> Source
-> Exclusion filter -> Edit and add the branch to exclude.
Re: Excluding a folder from a build [message #146804 is a reply to message #146563] Mon, 13 June 2005 19:34 Go to previous message
Eclipse UserFriend
Originally posted by: ehilliard.sterlingtechsoftware.com

Thanks, Benjamin, but I'm a lazy kind of guy, and I'm using the Managed
Make. Works well, except for this issue. Any ideas from anyone else?

Thanks again.

"Benjamin" <kolbb@erlf.siemens.de> wrote in message
news:79030ae1d83f63200d3add5def825a6a$1@www.eclipse.org...
> If it is a standard make project you can do the following:
>
> Right click on the project -> Properties -> C/C++ Project Paths ->
> Source -> Exclusion filter -> Edit and add the branch to exclude.
>
Previous Topic:plugins for visual class??
Next Topic:Mac OS X 10.4 and CDT
Goto Forum:
  


Current Time: Sat Jul 13 00:28:49 GMT 2024

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

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

Back to the top