Create a branch for cmake bringup.
[reactos.git] / drivers / wdm / audio / drivers / CMIDriver / cmidriver.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../../tools/rbuild/project.dtd">
3 <module name="cmidriver" type="kernelmodedriver" installbase="system32/drivers" installname="cmipci.sys" allowwarnings="true">
4
5 <group compilerset="gcc">
6 <compilerflag compiler="cxx">-fno-exceptions</compilerflag>
7 <compilerflag compiler="cxx">-fno-rtti</compilerflag>
8 </group>
9
10 <group compilerset="msc">
11 <compilerflag compiler="cxx">/GR-</compilerflag>
12 </group>
13
14 <include base="mpu401">.</include>
15 <library>ntoskrnl</library>
16 <library>portcls</library>
17 <library>hal</library>
18 <library>ks</library>
19 <file>adapter.cpp</file>
20 <file>common.cpp</file>
21 <file>mintopo.cpp</file>
22 <file>minwave.cpp</file>
23 <file>cmipci.rc</file>
24 </module>