[fpc-devel] Purpose of "uses ... in"?
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Jul 12 00:12:49 CEST 2010
On 11 Jul 2010, at 23:55, Hans-Peter Diettrich wrote:
> Jonas Maebe schrieb:
>
>>> AFAIK it's not allowed to "rename" units this way, and since
>>> (currently) only absolute filenames are implemented,
>> That is incorrect. Relative file names do work. They are resolved
>> relative to the current working directory of the compiler.
>
> So what's the "current working directory"?
The current directory when the compiler was started. E.g.:
c:\pp\src> ppc386 project\test.pas
-> "c:\pp\src" is the current working directory (aka present working directory).
Jonas
More information about the fpc-devel
mailing list