reactos/base/system/winlogon/winlogon.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

20 lines
577 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="winlogon" type="win32gui" installbase="system32" installname="winlogon.exe">
<include base="winlogon">.</include>
<library>wine</library>
<library>ntdll</library>
<library>user32</library>
<library>advapi32</library>
<library>userenv</library>
<library>secur32</library>
<file>environment.c</file>
<file>sas.c</file>
<file>screensaver.c</file>
<file>setup.c</file>
<file>winlogon.c</file>
<file>wlx.c</file>
<file>winlogon.rc</file>
<pch>winlogon.h</pch>
</module>