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