reactos/boot/boot.rbuild
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +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>