- Merge aicom-network-branch (still without the NDIS stuff)
[reactos.git] / reactos / lib / drivers / oskittcp / oskittcp.rbuild
index 726ccd5..c6332f2 100644 (file)
@@ -1,8 +1,9 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="oskittcp" type="staticlibrary" allowwarnings="true">
+<module name="oskittcp" type="staticlibrary">
        <define name="__NTDRIVER__"/>
        <define name="KERNEL"/>
+       <define name="OSKIT"/>
        <include base="oskittcp">include/freebsd</include>
        <include base="oskittcp">include/freebsd/sys/include</include>
        <include base="oskittcp">include/freebsd/src/sys</include>
@@ -22,6 +23,7 @@
                <file>ip_output.c</file>
                <file>kern_clock.c</file>
                <file>kern_subr.c</file>
+               <file>osenv.c</file>
                <file>param.c</file>
                <file>radix.c</file>
                <file>random.c</file>