RBuild

From ReactOS Wiki
Jump to: navigation, search

RBuild was the system ReactOS used to generate makefiles for compiling the OS and its various components. It used a XML schema to describe the various source files and dependencies each component needs. RBuild was intended to be platform independent and be able to generate makefiles for various compiler families ranging from GCC to MSVC.

With version 0.3.15, the project has switched over entirely to using CMake and RBuild support has been dropped (r55855).

See also