reactos/reactos/ReactOS.xml
Royce Mitchell III aead7a68f9 <include> now has attribute 'base' which allows to specify subdirectory of another module
svn path=/branches/xmlbuildsystem/; revision=12880
2005-01-08 04:33:01 +00:00

18 lines
582 B
XML

<?xml version="1.0"?>
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
<project name="ReactOS" makefile="Makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
<define name="_M_IX86"></define>
<include>include</include>
<include>w32api/include</include>
<directory name="tools">
<module name="depends" type="buildtool">
<file>depends.c</file>
</module>
</directory>
<directory name="lib">
<xi:include href="lib/directory.xml" />
</directory>
<directory name="ntoskrnl">
<xi:include href="ntoskrnl/module.xml" />
</directory>
</project>