From 627d3f8c1062e40266d3e4fae6161fbf804602cf Mon Sep 17 00:00:00 2001 From: The Wine Synchronizer Date: Thu, 19 Apr 2007 07:10:09 +0000 Subject: [PATCH] Autosyncing with Wine HEAD svn path=/trunk/; revision=26418 --- reactos/dll/win32/wldap32/Makefile.in | 36 ------------ reactos/dll/win32/wldap32/wldap32.rbuild | 71 ++++++++++++------------ 2 files changed, 37 insertions(+), 70 deletions(-) delete mode 100644 reactos/dll/win32/wldap32/Makefile.in diff --git a/reactos/dll/win32/wldap32/Makefile.in b/reactos/dll/win32/wldap32/Makefile.in deleted file mode 100644 index 562b1b1601a..00000000000 --- a/reactos/dll/win32/wldap32/Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = wldap32.dll -IMPORTLIB = libwldap32.$(IMPLIBEXT) -IMPORTS = user32 kernel32 -EXTRALIBS = @LDAPLIBS@ - -C_SRCS = \ - add.c \ - ber.c \ - bind.c \ - compare.c \ - control.c \ - delete.c \ - dn.c \ - error.c \ - extended.c \ - init.c \ - main.c \ - misc.c \ - modify.c \ - modrdn.c \ - option.c \ - page.c \ - parse.c \ - rename.c \ - search.c \ - value.c - -RC_SRCS = wldap32.rc - -@MAKE_DLL_RULES@ - -@DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/reactos/dll/win32/wldap32/wldap32.rbuild b/reactos/dll/win32/wldap32/wldap32.rbuild index 4dba1969f18..45a63cb96bd 100644 --- a/reactos/dll/win32/wldap32/wldap32.rbuild +++ b/reactos/dll/win32/wldap32/wldap32.rbuild @@ -1,34 +1,37 @@ - - - include/reactos/wine - - - - 0x0500 - wine - ntdll - kernel32 - user32 - add.c - ber.c - bind.c - compare.c - control.c - delete.c - dn.c - error.c - extended.c - init.c - main.c - misc.c - modify.c - modrdn.c - option.c - page.c - parse.c - rename.c - search.c - value.c - wldap32.spec - wldap32.rc - + + + . + include/reactos/wine + + + + 0x600 + 0x501 + 0x501 + wine + user32 + kernel32 + ntdll + add.c + ber.c + bind.c + compare.c + control.c + delete.c + dn.c + error.c + extended.c + init.c + main.c + misc.c + modify.c + modrdn.c + option.c + page.c + parse.c + rename.c + search.c + value.c + wldap32.rc + wldap32.spec +