reactos/reactos/subsystems/subsystems.rbuild
Timo Kreuzer 1a929a8b21 Reintegrate header branch part 5/x
- Formatting and properties
- delete xmldsodid.h

svn path=/trunk/; revision=46551
2010-03-29 03:16:25 +00:00

13 lines
338 B
Ruby

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