> This doesn't work:
>  -Fi\..\inc

Because the notion of '/' in Unix is completely alien in Windows. Closest
equiv is "X:\" where X is a specific drive letter. After all, '/' is the
root of the logical filesystem in most UNIX alike OS (LINUX, BSD, BeOS
etc..) You'll be wanting '~' to work next ;-) (Sometimes I wish it did
outside of Cygwin!)

M


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to