Hi,
if you want to replace the Makefile build system, please consider using bjam:
http://boost.org/tools/build/jam_src/
It has the following advantages:
- automatic dependency checking
- resolves dependencies in memory without invoking
multiple levels of Makefiles
- supports nearly every compiler toolset out there, see:
http://boost.org/more/getting_started.html#Tools
On 02.01.2005 23:17:03 chorns(a)svn.reactos.com wrote:
Add sample build script.
Added files:
branches/xmlbuildsystem/reactos/ReactOS.xml