reactos/subsystems/subsystems.rbuild
Cameron Gutman 25720d75f4 Create a branch for work on porting an alternate TCP library with the main focus on stability
svn path=/branches/tcp-rewrite-branch/; revision=48714
2010-09-07 03:33:36 +00:00

12 lines
347 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>