On 9/29/2014 5:00 AM, Tony Papadimitriou wrote:
OK, I think I realized what the problem is.  The * will apparently search in all
subdirectories but (apparently again) one level deep.  So, if you have something
like:

\progs\pascal\units\a
\progs\pascal\units\a\b

and you give -Fu\progs\pascal\units\*
it will look in \progs\pascal\units\a but not in \progs\pascal\units\a\b

So, is there a way to do this, i.e., specify the 'root' director for your
units/includes and have it look at all files underneath regardless of nesting
level?

perhaps

  -Fu\progs\pascal\units\*
  -Fu\progs\pascal\units\*\*
  -Fu\progs\pascal\units\*\*\*
  -Fu\progs\pascal\units\*\*\*\*
  -Fu\progs\pascal\units\*\*\*\*\*
  -Fu\progs\pascal\units\*\*\*\*\*\*

yeah, that's not "regardless of nesting level" because you have to manually add the next level... but i just also had a thought that the last line at your maximum level may be all that's needed if each directory represented by a * is searched for unit files...

--
 NOTE: No off-list assistance is given without prior approval.
       Please *keep mailing list traffic on the list* unless
       private contact is specifically requested and granted.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to