UltimateZoneBuilder/Build/Compilers/hacc.cfg

15 lines
262 B
INI
Raw Normal View History

compilers
{
// This defines what files a compiler uses
2008-10-26 21:54:28 +00:00
// 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";
}
}