mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 07:01:55 +00:00
17 lines
475 B
INI
Executable file
17 lines
475 B
INI
Executable file
|
|
compilers
|
|
{
|
|
// This defines what files a compiler uses
|
|
// The setting named "program" defines what .exe to run
|
|
// 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)
|
|
hexen_acc
|
|
{
|
|
interface = "AccCompiler";
|
|
program = "acc.exe";
|
|
zcommon = "common.acs";
|
|
zdefs = "defs.acs";
|
|
zspecial = "specials.acs";
|
|
zwvars = "wvars.acs";
|
|
}
|
|
}
|