mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c0fa485960
svn path=/branches/the-real-msvc/; revision=36960
11 lines
409 B
Ruby
11 lines
409 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)" />
|
|
<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>
|
|
</module>
|