[RTL]
[reactos.git] / reactos / dll / win32 / cryptnet / cryptnet.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="cryptnet" type="win32dll" baseaddress="${BASEADDRESS_CRYPTNET}" installbase="system32" installname="cryptnet.dll" allowwarnings="true">
5 <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
6 <importlibrary definition="cryptnet.spec" />
7 <include base="cryptnet">.</include>
8 <include base="ReactOS">include/reactos/wine</include>
9 <define name="__WINESRC__" />
10 <library>wine</library>
11 <library>crypt32</library>
12 <library>wininet</library>
13 <library>ntdll</library>
14 <file>cryptnet_main.c</file>
15 </module>
16 </group>