Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi Path Variables

In the Delphi IDE, the path to the Delphi installation is specified as $(DELPHI). I am wondering if there is a way to create my own path indicators, such as $(MY_LIBRARY) or something similar. I thought $(DELPHI) was specified as an environment variable, but apparently not. Any ideas? (I'm using Delphi 7)

like image 730
DJ Quimby Avatar asked May 10 '10 14:05

DJ Quimby


1 Answers

In Delphi 2010:

  • select Tools -> Options
  • select "Environment Variables"
  • specify either System, either User variable
like image 127
da-soft Avatar answered Nov 15 '22 08:11

da-soft