Files
reactos/drivers/storage/ide/atapi/atapi.rbuild
T
Amine Khaldi 60eea2d779 * Branch for the 0.3.14 release.
svn path=/branches/ros-branch-0_3_14/; revision=55011
2012-01-19 15:13:24 +00:00

11 lines
393 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="atapi" type="kernelmodedriver" installbase="system32/drivers" installname="atapi.sys">
<bootstrap installbase="$(CDOUTPUT)/system32/drivers" />
<include base="atapi">.</include>
<library>scsiport</library>
<library>libcntpr</library>
<file>atapi.c</file>
<file>atapi.rc</file>
</module>