mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
10 lines
437 B
Ruby
10 lines
437 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="kbdycc" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdycc.dll" allowwarnings="true">
|
|
<importlibrary definition="kbdycc.def" />
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="_WIN32_WINNT">0x0500</define>
|
|
<file>kbdycc.c</file>
|
|
<file>kbdycc.rc</file>
|
|
</module>
|