mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +00:00
Added the DeepBSP nodebuilder.
This commit is contained in:
parent
dd6c8b23bb
commit
a8f155dd29
2 changed files with 32 additions and 0 deletions
32
Build/Compilers/Nodebuilders/deepbsp.cfg
Normal file
32
Build/Compilers/Nodebuilders/deepbsp.cfg
Normal file
|
@ -0,0 +1,32 @@
|
|||
|
||||
compilers
|
||||
{
|
||||
// This defines what files a compiler uses
|
||||
// The setting named "program" defines what .exe to run
|
||||
deepbsp
|
||||
{
|
||||
interface = "NodesCompiler";
|
||||
program = "deepbsp.exe";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Below are configurations for this nodebuilder. If you want to make your own configurations,
|
||||
// it is recommended to do so in your own file as this file will be updated each release.
|
||||
|
||||
// NOTE: Nodebuilder configuration key names defined here must be unique for all nodebuilders!
|
||||
// Recommend to start the key name with the name of the compiler, followed by underscore and a specific name.
|
||||
|
||||
// The "compiler" setting must refer to an existing compiler (such as defined above), but it
|
||||
// does not have to be a compiler defined in the same configuration file.
|
||||
|
||||
nodebuilders
|
||||
{
|
||||
deepbsp_normal
|
||||
{
|
||||
title = "DeepBSP - Normal";
|
||||
compiler = "deepbsp";
|
||||
parameters = "%FI %FO";
|
||||
}
|
||||
}
|
||||
|
BIN
Build/Compilers/Nodebuilders/deepbsp.exe
Normal file
BIN
Build/Compilers/Nodebuilders/deepbsp.exe
Normal file
Binary file not shown.
Loading…
Reference in a new issue