mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00
12 lines
445 B
Ruby
12 lines
445 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="blue" type="kernelmodedriver" installbase="system32/drivers" installname="blue.sys">
|
|
<bootstrap installbase="$(CDOUTPUT)/system32/drivers" />
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>blue.c</file>
|
|
<file>font.c</file>
|
|
<file>blue.rc</file>
|
|
<pch>blue.h</pch>
|
|
</module>
|