[WS2_32]
[reactos.git] / base / applications / logoff / logoff.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="logoff" type="win32cui" installbase="system32" installname="logoff.exe">
4 <include base="logoff">.</include>
5 <library>advapi32</library>
6 <library>user32</library>
7 <file>misc.c</file>
8 <file>logoff.c</file>
9 <file>logoff.rc</file>
10 <pch>precomp.h</pch>
11 </module>