mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
11 lines
362 B
Ruby
11 lines
362 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="logoff" type="win32cui" installbase="system32" installname="logoff.exe">
|
|
<include base="logoff">.</include>
|
|
<library>advapi32</library>
|
|
<library>user32</library>
|
|
<file>misc.c</file>
|
|
<file>logoff.c</file>
|
|
<file>logoff.rc</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|