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_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to