reactos/reactos/boot/boot.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

16 lines
462 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="freeldr">
<xi:include href="freeldr/freeldr.rbuild" />
</directory>
<if property="ARCH" value="arm">
<directory name="armllb">
<xi:include href="armllb/armllb.rbuild" />
</directory>
</if>
<directory name="bootdata">
<xi:include href="bootdata/bootdata.rbuild" />
</directory>
</group>