2007-10-13 14:05:45 +00:00
|
|
|
|
|
|
|
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)
|
2009-03-28 10:22:53 +00:00
|
|
|
zdoom_acc
|
2007-10-13 14:05:45 +00:00
|
|
|
{
|
2008-11-11 16:19:50 +00:00
|
|
|
interface = "AccCompiler";
|
2007-10-13 14:05:45 +00:00
|
|
|
program = "acc.exe";
|
2015-12-17 10:07:28 +00:00
|
|
|
zcommon = "zcommon.acs";
|
|
|
|
zdefs = "zdefs.acs";
|
|
|
|
zspecial = "zspecial.acs";
|
|
|
|
zwvars = "zwvars.acs";
|
2007-10-13 14:05:45 +00:00
|
|
|
}
|
|
|
|
}
|