16 lines
448 B
INI
16 lines
448 B
INI
|
|
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)
|
|
gdcc-acc-blan
|
|
{
|
|
interface = "AccCompiler";
|
|
program = "gdcc-acc.exe";
|
|
zcommon = "bkcommon.acs";
|
|
zdefs = "bkdefs.acs";
|
|
zspecial = "bkspecial.acs";
|
|
}
|
|
}
|