[Lazarus] Make Primary Config Path

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Feb 12 22:24:45 CET 2019


On Tue, 12 Feb 2019 15:33:30 -0500
Anthony Walter via lazarus <lazarus at lists.lazarus-ide.org> wrote:

> Is is possible to set the Lazarus primary config path when using make?
> 
> I often put the config path inside my "lazarus" folder. As such, when
> I rebuild the IDE using the command "make useride" it would be
> preferable if I could refer the make command to my config folder
> containing idemake.cfg.
> 
> Currently when I execute "make useride", the make script attempts to
> read idemake.cfg from $HOME/.lazarus/ instead of
> $HOME/Development/FreePascal/lazarus/config/.

Create a file lazarus.cfg into the lazarus directory with:
--pcp=config

This will store/use all configs in a sub directory "config".

Mattias


More information about the lazarus mailing list