[PORTCLS]
[reactos.git] / reactos / drivers / storage / class / cdrom_new / cdrom_new.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="cdrom_new" type="kernelmodedriver" installbase="system32/drivers" installname="cdrom_new.sys">
4 <bootstrap installbase="$(CDOUTPUT)" />
5 <library>ntoskrnl</library>
6 <library>hal</library>
7 <library>classpnp</library>
8 <include base="cdrom_new">../inc</include>
9 <group compilerset="gcc">
10 <compilerflag>-mrtd</compilerflag>
11 <compilerflag>-fno-builtin</compilerflag>
12 <compilerflag>-w</compilerflag>
13 </group>
14 <file>cdrom.c</file>
15 <file>data.c</file>
16 <file>ioctl.c</file>
17 <file>mmc.c</file>
18 <file>scsicdrm.rc</file>
19 <file>sec.c</file>
20 </module>