RBuild

From ReactOS Wiki
Revision as of 21:41, 16 June 2009 by Z98 (talk | contribs) (New page: RBuild is system used to generate makefiles for compiling ReactOS and its various components. It uses a XML schema to describe the various source files and dependencies each component nee...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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