mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-02 16:42:30 +00:00
11 lines
196 B
INI
11 lines
196 B
INI
|
|
compilers
|
|
{
|
|
// This defines what files a compiler uses
|
|
// The setting named "program" defines what .exe to run
|
|
zdbsp
|
|
{
|
|
interface = "NodesCompiler";
|
|
program = "zdbsp.exe";
|
|
}
|
|
}
|