On Mon, 07 May 2012 22:12:57 +0930
SteveG <[email protected]> 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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to