[Lazarus] Compiler options
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon May 7 14:46:58 CEST 2012
On Mon, 07 May 2012 22:12:57 +0930
SteveG <steveg at nevets.com.au> wrote:
> Project Options / Paths / Unit Output directory (-FU)
>
> Would anybody know if there exists a compiler substitution for the
> current username (under Linux)
> I would like the output dir set to eg: /tmp/curruser/project/etc
>
> (multiple users on a shared system)
/tmp/$ENV(USER)/project/etc
or maybe you want this:
$ENV(HOME)/project/etc
Mattias
More information about the Lazarus
mailing list