[fpc-pascal]unit and inlclude filenames
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Oct 9 17:41:29 CEST 2000
Hi all,
as far as I have seen, unit names in the uses clause will be turned to
lowercase on linux for compatibility reasons. Therefore
uses MyUnit;
will not find MyUnit.pp but only myunit.pp which is less legible.
1. Question:
Is this also true for include filenames?
2. Question:
Is this always the case or exists an compiler flag to change this behaviour?
thx in advance,
Mattias
More information about the fpc-pascal
mailing list