mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
25 lines
805 B
Ruby
25 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>
|