mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 10:39:07 +00:00

- Fix a typo in WriteConsoleOutputCharacterW prototype. - Add font.c to the blue.sys, move and add more definitions to a common header blue.h. - Add Cyrillic font to blue.sys driver. svn path=/trunk/; revision=31885
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>
|