Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to hide object files
How to hide object files [message #173303] Thu, 20 July 2006 05:13 Go to next message
Eclipse UserFriend
Originally posted by: lkuoza.gmail.com

Hi all,

can anyone answer a simple question. I have a standard make C++ project.
My makefile puts compiled object files (*.o) into the same directory as
source code. So I can see them in project view, and they are taken in
account by search in files feature. I would like to hide them or at
least set derived flag for all these files.

I use eclipse 3.1.2 and CDT 3.0.1.

Thanks in advance.

Leo
Re: How to hide object files [message #173332 is a reply to message #173303] Thu, 20 July 2006 08:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dan.goran.lunde.tomra.no

"Leonid Kuoza" <lkuoza@gmail.com> wrote in message
news:e9nhfh$5kg$1@utils.eclipse.org...
> Hi all,
>
> can anyone answer a simple question. I have a standard make C++ project.
> My makefile puts compiled object files (*.o) into the same directory as
> source code. So I can see them in project view, and they are taken in
> account by search in files feature. I would like to hide them or at
> least set derived flag for all these files.
>
> I use eclipse 3.1.2 and CDT 3.0.1.

In projects view: Right-click <your-project>->Porperties->Project
Paths->Source. Play with the exclusion filter (and tell me if can get it
working, cause I can't :).

Alternatively you could use the Navigator view instead of the project view
which does not list object files.

Dan
--
Re: How to hide object files [message #173381 is a reply to message #173303] Fri, 21 July 2006 02:24 Go to previous message
Eclipse UserFriend
Originally posted by: jonas.utterstrom.umetrics.com

Leonid Kuoza wrote:
> Hi all,
>
> can anyone answer a simple question. I have a standard make C++ project.
> My makefile puts compiled object files (*.o) into the same directory as
> source code. So I can see them in project view, and they are taken in
> account by search in files feature. I would like to hide them or at
> least set derived flag for all these files.
>
> I use eclipse 3.1.2 and CDT 3.0.1.

Hi,

In the C/C++ View there is a toolbar with a dropdown menu. Here you have
somehting called "Filters..." where you can exclude the files you don't
want to see.

/Jonas U
Previous Topic:Build problems
Next Topic:Where to find example project with CDT ?
Goto Forum:
  


Current Time: Fri Jun 20 17:55:53 EDT 2025

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

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

Back to the top