Visual C++ backend for rbuild (for now just a hacked mingw backend) and related compi...
[reactos.git] / drivers / storage / floppy / floppy.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="floppy" type="kernelmodedriver" installbase="system32/drivers" installname="floppy.sys">
4 <bootstrap installbase="$(CDOUTPUT)" />
5 <include base="floppy">.</include>
6 <library>ntoskrnl</library>
7 <library>hal</library>
8 <library>csq</library>
9 <file>csqrtns.c</file>
10 <file>floppy.c</file>
11 <file>hardware.c</file>
12 <file>ioctl.c</file>
13 <file>readwrite.c</file>
14 <file>floppy.rc</file>
15 </module>