Hi all.
Is it any vay to access system's environment variables?
For example i declare a variable "KolPath=I:\UserApps\libs\KOL" (in MyComputer's properties - WindowsXP) and than i try to add "$(KolPath)\" in a compiler's options for "-Fu" option (Another modules) - to make a KOL library's modules visible for a compiler...
As i see - lazarus 0.9.22 can't understand what is ""$(KolPath)"
This library is separate from an application's source, and i don't want to add a library into application's source directory (to acces it by relative paths)... application is developed by more than 1 developers - and "I:\UserApps\libs\KOL" - may be different for everybody....
In Delphi - this all can be configured independently of project's files - in Delphi's environment options - by adding absolute paths there.
In Lazarus absolute paths also can be used, but there are saves into project's files and as ve use SVN repository - when anybody changed this path - it'll be sended to SVN by he's next commit

.
Any advices?