reactos/subsystems/subsystems.rbuild
Amine Khaldi 2a50af3a8e * Disable compiling usermode components for now.
svn path=/branches/header-work/; revision=45697
2010-02-27 14:22:19 +00:00

13 lines
340 B
Ruby

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