want and environment variables

Want is a delphi freindly build tool based upon ant.

It is useful for more than building delphi.

It is a small standalone exe that can be used to script tasks.

You can use %{MY_VAR} to access environemt variables.

This makes creating build scripts that work for more than one developer much easier. 

Leave a comment