mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 02:16:05 +08:00
10 lines
251 B
Ruby
10 lines
251 B
Ruby
<module name="kill" type="win32cui" installbase="system32" installname="kill.exe">
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
|
|
<file>kill.c</file>
|
|
<file>kill.rc</file>
|
|
</module>
|