reactos/drivers/base/bootvid/bootvid.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

26 lines
805 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="bootvid" type="kernelmodedll" entrypoint="DriverEntry@8" installbase="system32/drivers" installname="bootvid.dll">
<importlibrary definition="bootvid.spec.def"></importlibrary>
<bootstrap installbase="$(CDOUTPUT)" nameoncd="bootvid.dll" />
<include base="bootvid">.</include>
<library>ntoskrnl</library>
<library>hal</library>
<if property="ARCH" value="i386">
<directory name="i386">
<file>bootvid.c</file>
<file>bootdata.c</file>
<file>vga.c</file>
</directory>
</if>
<if property="ARCH" value="arm">
<directory name="arm">
<file>bootvid.c</file>
<file>bootdata.c</file>
</directory>
</if>
<file>bootvid.rc</file>
<file>bootvid.spec</file>
<pch>precomp.h</pch>
</module>