mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
16 lines
539 B
Ruby
16 lines
539 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="kbswitch" type="win32gui" installbase="system32" installname="kbswitch.exe" unicode="yes">
|
|
<include base="kbswitch">.</include>
|
|
<library>advapi32</library>
|
|
<library>user32</library>
|
|
<library>shell32</library>
|
|
<library>gdi32</library>
|
|
<file>kbswitch.c</file>
|
|
<file>kbswitch.rc</file>
|
|
</module>
|
|
<directory name="kbsdll">
|
|
<xi:include href="kbsdll/kbsdll.rbuild" />
|
|
</directory>
|
|
</group>
|