EthanBoiDev

Relight Engine Documentation

Build files

Build files are files that end's with **.build** and tells RBT how to build the module, these modules will be stored in a temp folder until the target file compiles them all into a single executable


Commands

Name = String

The name of the build, this will also be the name for the module

EntryFile = String

The source code file that the compiler should compile first, should link other files needed

Dependencies = [String Array]

Dependencies will be access via the /Runtime directory and build from the public entry file, they link and build them together into a single executable.

PublicLink = [String Array]

Including a file path will link them together, allow for external header files to easily be accessed