mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
22 lines
608 B
Ruby
22 lines
608 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<directory name="afd">
|
|
<xi:include href="afd/afd.rbuild" />
|
|
</directory>
|
|
<directory name="dd">
|
|
<xi:include href="dd/directory.rbuild" />
|
|
</directory>
|
|
<directory name="ndis">
|
|
<xi:include href="ndis/ndis.rbuild" />
|
|
</directory>
|
|
<directory name="ndisuio">
|
|
<xi:include href="ndisuio/ndisuio.rbuild" />
|
|
</directory>
|
|
<directory name="tcpip">
|
|
<xi:include href="tcpip/tcpip.rbuild" />
|
|
</directory>
|
|
<directory name="tdi">
|
|
<xi:include href="tdi/tdi.rbuild" />
|
|
</directory>
|
|
</group>
|