UltimateZoneBuilder/Build/Compilers/BCC/bcc.cfg
2024-01-28 02:16:42 +02:00

15 lines
412 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)
bcc
{
interface = "BccCompiler";
program = "bcc.exe";
zcommon = "zcommon.bcs";
std = "std.acs";
}
}