2008-01-04 21:53:55 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2009-01-21 14:41:23 +00:00
|
|
|
<module name="schannel" type="win32dll" baseaddress="${BASEADDRESS_SCHANNEL}" installbase="system32" installname="schannel.dll" allowwarnings="true">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="schannel.spec" />
|
2008-01-04 21:53:55 +00:00
|
|
|
<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>
|