reactos/dll/win32/schannel/schannel.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

16 lines
597 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="schannel" type="win32dll" baseaddress="${BASEADDRESS_SCHANNEL}" installbase="system32" installname="schannel.dll" allowwarnings="true">
<importlibrary definition="schannel.spec" />
<include base="schannel">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<library>wine</library>
<library>secur32</library>
<library>ntdll</library>
<file>lsamode.c</file>
<file>schannel_main.c</file>
<file>usermode.c</file>
<file>version.rc</file>
</module>