mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
34 lines
970 B
Ruby
34 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>
|