UltimateZoneBuilder/Build/Compilers/ZDoom/acc.cfg

14 lines
370 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
2008-11-11 16:19:50 +00:00
// The "interface" setting defines what interal interface to use for processing and error feedback
// All others are the required files (the setting names do not matter)
zdoom_acc
{
2008-11-11 16:19:50 +00:00
interface = "AccCompiler";
program = "acc.exe";
}
}