Compiler
On this page
Running the compiler
Rift.exe
is the compiler of Rift.
Just like in the editor, a parameter -p can be passed to specify the project to build.
Rift -p {project_path}
The build files and binaries will be put by default into {project_path}/Build
.