UltimateZoneBuilder/Build/Compilers/hacc.cfg
2008-10-26 21:54:28 +00:00

14 lines
262 B
INI

compilers
{
// This defines what files a compiler uses
// The setting named "program" defines what .exe to run
hacc
{
program = "hacc.exe";
common = "common.acs";
defs = "defs.acs";
special = "special.acs";
wvars = "wvars.acs";
}
}