alternative aliases [Re: [fpc-devel] Re: [fpc-pascal] Re: Ideas for namespace implementation]

Martin fpc at mfriebe.de
Mon Jul 26 17:54:46 CEST 2010


On 26/07/2010 16:49, Martin wrote:
>
> -Fu=/path/to/lcl  // already existent, unit search path
> -Fa-LCL:/path/to/lcl  // define the LCL alias
should have been an = sign
-Fa=LCL:/path/to/lcl  // define the LCL alias

alias ends at the ":" or whatecer separator is defined.

---------
Thinking about it, there is no need for an extra -Fa (define alias)

-Fu can just be extended

>
> uses Buttons in 'LCL'; searches in the given search path, and only there




More information about the fpc-devel mailing list