Files
reactos/drivers/base/null/null.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
347 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="null" type="kernelmodedriver" installbase="system32/drivers" installname="null.sys">
<include base="null">.</include>
<library>pseh</library>
<library>ntoskrnl</library>
<library>hal</library>
<file>null.c</file>
<file>null.rc</file>
</module>