reactos/dll/win32/cryptui/cryptui.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

27 lines
899 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="cryptui" type="win32dll" baseaddress="${BASEADDRESS_CRYPTUI}" installbase="system32" installname="cryptui.dll" allowwarnings="true">
<!--autoregister infsection="OleControlDlls" type="DllRegisterServer" /-->
<importlibrary definition="cryptui.spec" />
<include base="cryptui">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<define name="_WINE" />
<file>main.c</file>
<file>cryptui.rc</file>
<library>wine</library>
<library>user32</library>
<library>ole32</library>
<library>crypt32</library>
<library>gdi32</library>
<library>advapi32</library>
<library>uuid</library>
<library>urlmon</library>
<library>wintrust</library>
<library>comctl32</library>
<library>comdlg32</library>
<library>ntdll</library>
</module>
</group>