Supersedes r40538, r40539; RosBE bug fixed with a RosBE-specific hack (-nostdinc...
[reactos.git] / reactos / drivers / wdm / audio / drivers / mpu401 / mpu401.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../../tools/rbuild/project.dtd">
3 <module name="mpu401" type="kernelmodedriver" installbase="system32/drivers" installname="mpu401.sys" allowwarnings="true">
4 <include base="mpu401">.</include>
5 <include base="mpu401">..</include>
6 <compilerflag compiler="cxx">-fno-exceptions</compilerflag>
7 <compilerflag compiler="cxx">-fno-rtti</compilerflag>
8 <library>ntoskrnl</library>
9 <library>portcls</library>
10 <file>mpu401.rc</file>
11 <file>adapter.cpp</file>
12 </module>