mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
11 lines
436 B
Text
11 lines
436 B
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<module name="kbdblr" type="kernelmodedll" entrypoint="0" installbase="system32" installname="kbdblr.dll" allowwarnings="true">
|
||
|
<importlibrary definition="kbdblr.def" />
|
||
|
<include base="ntoskrnl">include</include>
|
||
|
<define name="_DISABLE_TIDENTS" />
|
||
|
<define name="_WIN32_WINNT">0x0500</define>
|
||
|
<file>kbdblr.c</file>
|
||
|
<file>kbdblr.rc</file>
|
||
|
</module>
|