Author: winesync Date: Thu Apr 19 11:10:09 2007 New Revision: 26418
URL: http://svn.reactos.org/svn/reactos?rev=26418&view=rev Log: Autosyncing with Wine HEAD
Removed: trunk/reactos/dll/win32/wldap32/Makefile.in Modified: trunk/reactos/dll/win32/wldap32/add.c (props changed) trunk/reactos/dll/win32/wldap32/ber.c (props changed) trunk/reactos/dll/win32/wldap32/bind.c (props changed) trunk/reactos/dll/win32/wldap32/compare.c (props changed) trunk/reactos/dll/win32/wldap32/control.c (props changed) trunk/reactos/dll/win32/wldap32/delete.c (props changed) trunk/reactos/dll/win32/wldap32/dn.c (props changed) trunk/reactos/dll/win32/wldap32/error.c (props changed) trunk/reactos/dll/win32/wldap32/extended.c (props changed) trunk/reactos/dll/win32/wldap32/init.c (props changed) trunk/reactos/dll/win32/wldap32/main.c (props changed) trunk/reactos/dll/win32/wldap32/misc.c (props changed) trunk/reactos/dll/win32/wldap32/modify.c (props changed) trunk/reactos/dll/win32/wldap32/modrdn.c (props changed) trunk/reactos/dll/win32/wldap32/option.c (props changed) trunk/reactos/dll/win32/wldap32/page.c (props changed) trunk/reactos/dll/win32/wldap32/parse.c (props changed) trunk/reactos/dll/win32/wldap32/rename.c (props changed) trunk/reactos/dll/win32/wldap32/search.c (props changed) trunk/reactos/dll/win32/wldap32/value.c (props changed) trunk/reactos/dll/win32/wldap32/winldap_private.h (props changed) trunk/reactos/dll/win32/wldap32/wldap32.h (props changed) trunk/reactos/dll/win32/wldap32/wldap32.rbuild (contents, props changed) trunk/reactos/dll/win32/wldap32/wldap32.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32.spec (props changed) trunk/reactos/dll/win32/wldap32/wldap32_De.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_En.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_Es.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_Fr.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_Ko.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_Nl.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_No.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_Ru.rc (props changed) trunk/reactos/dll/win32/wldap32/wldap32_Tr.rc (props changed)
Removed: trunk/reactos/dll/win32/wldap32/Makefile.in URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wldap32/Makefile.... ============================================================================== --- trunk/reactos/dll/win32/wldap32/Makefile.in (original) +++ trunk/reactos/dll/win32/wldap32/Makefile.in (removed) @@ -1,36 +1,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
Propchange: trunk/reactos/dll/win32/wldap32/add.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/ber.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/bind.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/compare.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/control.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/delete.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/dn.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/error.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/extended.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/init.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/main.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/misc.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/modify.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/modrdn.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/option.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/page.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/parse.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/rename.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/search.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/value.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/winldap_private.h ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32.h ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/win32/wldap32/wldap32.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wldap32/wldap32.r... ============================================================================== --- trunk/reactos/dll/win32/wldap32/wldap32.rbuild (original) +++ trunk/reactos/dll/win32/wldap32/wldap32.rbuild Thu Apr 19 11:10:09 2007 @@ -1,34 +1,37 @@ -<module name="wldap32" type="win32dll" baseaddress="${BASEADDRESS_WLDAP32}" installbase="system32" installname="wldap32.dll"> - <importlibrary definition="wldap32.spec.def" /> - <include base="ReactOS">include/reactos/wine</include> - <define name="_DISABLE_TIDENTS" /> - <define name="UNICODE" /> - <define name="__USE_W32API" /> - <define name="_WIN32_WINNT">0x0500</define> - <library>wine</library> - <library>ntdll</library> - <library>kernel32</library> - <library>user32</library> - <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.spec</file> - <file>wldap32.rc</file> -</module> +<module name="wldap32" type="win32dll" baseaddress="${BASEADDRESS_WLDAP32}" installbase="system32" installname="wldap32.dll" allowwarnings="true"> + <importlibrary definition="wldap32.spec.def" /> + <include base="wldap32">.</include> + <include base="ReactOS">include/reactos/wine</include> + <define name="__REACTOS__" /> + <define name="__WINESRC__" /> + <define name="__USE_W32API" /> + <define name="_WIN32_IE">0x600</define> + <define name="_WIN32_WINNT">0x501</define> + <define name="WINVER">0x501</define> + <library>wine</library> + <library>user32</library> + <library>kernel32</library> + <library>ntdll</library> + <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> + <file>wldap32.spec</file> +</module>
Propchange: trunk/reactos/dll/win32/wldap32/wldap32.rbuild ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32.spec ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_De.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_En.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_Es.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_Fr.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_Ko.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_Nl.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_No.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_Ru.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/win32/wldap32/wldap32_Tr.rc ------------------------------------------------------------------------------ svn:eol-style = native