reactos/lib/drivers/oskittcp/oskittcp.rbuild
Cameron Gutman 29fa274d6d - Create another branch for networking fixes
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers)
 - If someone wants to delete aicom-network-fixes, they are welcome to
 - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea

svn path=/branches/aicom-network-branch/; revision=44353
2009-12-02 03:23:19 +00:00

47 lines
1.4 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="oskittcp" type="staticlibrary">
<define name="__NTDRIVER__"/>
<define name="KERNEL"/>
<include base="oskittcp">include/freebsd</include>
<include base="oskittcp">include/freebsd/sys/include</include>
<include base="oskittcp">include/freebsd/src/sys</include>
<include base="oskittcp">include/freebsd/dev/include</include>
<include base="oskittcp">include/freebsd/net/include</include>
<include base="oskittcp">include</include>
<directory name="oskittcp">
<file>defaults.c</file>
<file>in.c</file>
<file>in_cksum.c</file>
<file>in_pcb.c</file>
<file>in_proto.c</file>
<file>in_rmx.c</file>
<file>inet_ntoa.c</file>
<file>interface.c</file>
<file>ip_input.c</file>
<file>ip_output.c</file>
<file>kern_clock.c</file>
<file>kern_subr.c</file>
<file>param.c</file>
<file>radix.c</file>
<file>random.c</file>
<file>raw_cb.c</file>
<file>raw_ip.c</file>
<file>raw_usrreq.c</file>
<file>route.c</file>
<file>rtsock.c</file>
<file>scanc.c</file>
<file>sleep.c</file>
<file>tcp_input.c</file>
<file>tcp_output.c</file>
<file>tcp_subr.c</file>
<file>tcp_usrreq.c</file>
<file>tcp_debug.c</file>
<file>tcp_timer.c</file>
<file>uipc_domain.c</file>
<file>uipc_mbuf.c</file>
<file>uipc_socket.c</file>
<file>uipc_socket2.c</file>
</directory>
</module>