reactos/drivers/storage/ide/atapi/atapi.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

11 lines
400 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)" />
<include base="atapi">.</include>
<library>ntoskrnl</library>
<library>hal</library>
<library>scsiport</library>
<file>atapi.c</file>
<file>atapi.rc</file>
</module>