- Do not pass gcc and ld flags to other tools
[reactos.git] / reactos / drivers / network / afd / afd.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="afd" type="kernelmodedriver" installbase="system32/drivers" installname="afd.sys">
4 <include base="afd">include</include>
5 <include base="ReactOS">include/reactos/drivers</include>
6 <include base="ReactOS">include/ndk</include>
7 <library>pseh</library>
8 <library>ntoskrnl</library>
9 <library>hal</library>
10 <directory name="include">
11 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269
12 <pch>afd.h</pch>
13 -->
14 </directory>
15 <directory name="afd">
16 <file>bind.c</file>
17 <file>connect.c</file>
18 <file>context.c</file>
19 <file>info.c</file>
20 <file>listen.c</file>
21 <file>lock.c</file>
22 <file>main.c</file>
23 <file>read.c</file>
24 <file>select.c</file>
25 <file>tdi.c</file>
26 <file>tdiconn.c</file>
27 <file>write.c</file>
28 </directory>
29 <file>afd.rc</file>
30 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
31 <compilerflag compilerset="gcc">-fno-unit-at-a-time</compilerflag>
32 </module>