From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Gautier To: "'sourcenav@sources.redhat.com'" Subject: Files with the same name. Date: Fri, 29 Sep 2000 11:32:00 -0000 Message-id: <8AE4B526B977D411841F00A0CC334020052C79@cuz-exchange.sdesigns.net> X-SW-Source: 2000-q3/msg00471.html Hi, In my project I have several include files that have the same name but are not in the same directory. When I use the imclude browser it is never the good include file that is showed. The source tree is something like \ |---srcs |---includes |---version1 | |---version.h |---version2 |---version.h In fact the two directories version1 and version2 are never used at the same time (wich one is used is defined at compile time) so I tried to create a project with only one of them but I can't. The project editor seems to allow me to delete a subdirectory from the project (unload), but when i re-open the project this directory is back again. Is there a way to specify which direcories contain the include files? (a la -Iincludes/version1 ?) Thanks -- Fabrice Gautier fabrice_gautier@sdesigns.com