System variables in build scripts (ProjectDirectory, etc.)

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
oleksandr_kokoshyn
Propeller Head
Posts: 27
Joined: Mon Sep 03, 2018 4:19 am

System variables in build scripts (ProjectDirectory, etc.)

Post by oleksandr_kokoshyn »

Hi all,

I'm writing some post-build scripts and I'm wondering if there are any more system variables besides the following:
$(TargetName)
$(ProjectName)
$(ProjectDirectory)
$(OutputDirectory)
For example, I'm using the TOC file in my script, would be great to get the path to the TOC file as a system variable.
Post Reply