> -Fu/home/fpc/packages/base/*/units/$fpctarget
>
> Recursive is too error prone and therefor not usefull
thanx to all who replied, that's what I was looking for, not true recursive,
just
wildcards
___
fpc-pascal maillist - fpc-pascal@lists.freepasca
> -Fu/home/me/project1/units/*.*
>
> Is there an existing recursive option like this for -Fu and -Fi?
>
> Could be useful, but dangerous if directories contain different versions
> of the source
> file in different places.
>
> Still, in many projects I get sick of continually adding new directories
> -Fu/home/me/project1/units/*.*
Use a single asterisk and quote it in Linux to avoid shell expansion.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
-Fu/home/me/project1/units/*.*
Is there an existing recursive option like this for -Fu and -Fi?
Could be useful, but dangerous if directories contain different versions of the
source
file in different places.
Still, in many projects I get sick of continually adding new directories to the
searc