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

35 lines
970 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="wldap32" type="win32dll" baseaddress="${BASEADDRESS_WLDAP32}" installbase="system32" installname="wldap32.dll" allowwarnings="true">
<importlibrary definition="wldap32.spec" />
<include base="wldap32">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<file>add.c</file>
<file>ber.c</file>
<file>bind.c</file>
<file>compare.c</file>
<file>control.c</file>
<file>delete.c</file>
<file>dn.c</file>
<file>error.c</file>
<file>extended.c</file>
<file>init.c</file>
<file>main.c</file>
<file>misc.c</file>
<file>modify.c</file>
<file>modrdn.c</file>
<file>option.c</file>
<file>page.c</file>
<file>parse.c</file>
<file>rename.c</file>
<file>search.c</file>
<file>value.c</file>
<file>wldap32.rc</file>
<library>wine</library>
<library>user32</library>
<library>ntdll</library>
</module>
</group>