Created an empty oleacc DLL.

This commit is contained in:
Eric Pouech 2003-06-23 03:43:00 +00:00 committed by Alexandre Julliard
parent a86a289420
commit 5caccaf621
7 changed files with 56 additions and 1 deletions

3
configure vendored

File diff suppressed because one or more lines are too long

View File

@ -1449,6 +1449,7 @@ dlls/ntdll/Makefile
dlls/ntdll/tests/Makefile
dlls/odbc32/Makefile
dlls/ole32/Makefile
dlls/oleacc/Makefile
dlls/oleaut32/Makefile
dlls/oleaut32/tests/Makefile
dlls/olecli/Makefile

View File

@ -70,6 +70,7 @@ BASEDIRS = \
ntdll \
odbc32 \
ole32 \
oleacc \
oleaut32 \
olecli \
oledlg \
@ -256,6 +257,7 @@ SYMLINKS = \
ntdll.dll$(DLLEXT) \
odbc32.dll$(DLLEXT) \
ole32.dll$(DLLEXT) \
oleacc.dll$(DLLEXT) \
oleaut32.dll$(DLLEXT) \
olecli32.dll$(DLLEXT) \
oledlg.dll$(DLLEXT) \
@ -512,6 +514,9 @@ ole32.dll$(DLLEXT) compobj.dll$(DLLEXT) ole2.dll$(DLLEXT) \
ole2thk.dll$(DLLEXT) storage.dll$(DLLEXT): ole32/ole32.dll$(DLLEXT)
$(RM) $@ && $(LN_S) ole32/ole32.dll$(DLLEXT) $@
oleacc.dll$(DLLEXT): oleacc/oleacc.dll$(DLLEXT)
$(RM) $@ && $(LN_S) oleacc/oleacc.dll$(DLLEXT) $@
oleaut32.dll$(DLLEXT) ole2disp.dll$(DLLEXT) typelib.dll$(DLLEXT): oleaut32/oleaut32.dll$(DLLEXT)
$(RM) $@ && $(LN_S) oleaut32/oleaut32.dll$(DLLEXT) $@
@ -715,6 +720,7 @@ IMPORT_LIBS = \
libntdll \
libodbc32 \
libole32 \
liboleacc \
liboleaut32 \
libolecli32 \
liboledlg \
@ -1027,6 +1033,11 @@ libole32.def: ole32/ole32.spec.def
libole32.a: ole32/ole32.spec.def
$(DLLTOOL) -k -l $@ -d ole32/ole32.spec.def
liboleacc.def: oleacc/oleacc.spec.def
$(RM) $@ && $(LN_S) oleacc/oleacc.spec.def $@
liboleacc.a: oleacc/oleacc.spec.def
$(DLLTOOL) -k -l $@ -d oleacc/oleacc.spec.def
liboleaut32.def: oleaut32/oleaut32.spec.def
$(RM) $@ && $(LN_S) oleaut32/oleaut32.spec.def $@
liboleaut32.a: oleaut32/oleaut32.spec.def
@ -1286,6 +1297,7 @@ netapi32/netapi32.spec.def: $(WINEBUILD)
ntdll/ntdll.spec.def: $(WINEBUILD)
odbc32/odbc32.spec.def: $(WINEBUILD)
ole32/ole32.spec.def: $(WINEBUILD)
oleacc/oleacc.spec.def: $(WINEBUILD)
oleaut32/oleaut32.spec.def: $(WINEBUILD)
olecli/olecli32.spec.def: $(WINEBUILD)
oledlg/oledlg.spec.def: $(WINEBUILD)
@ -1399,6 +1411,7 @@ netapi32/netapi32.dll$(DLLEXT): netapi32
ntdll/ntdll.dll$(DLLEXT): ntdll
odbc32/odbc32.dll$(DLLEXT): odbc32
ole32/ole32.dll$(DLLEXT): ole32
oleacc/oleacc.dll$(DLLEXT): oleacc
oleaut32/oleaut32.dll$(DLLEXT): oleaut32
olecli/olecli32.dll$(DLLEXT): olecli
oledlg/oledlg.dll$(DLLEXT): oledlg

4
dlls/oleacc/.cvsignore Normal file
View File

@ -0,0 +1,4 @@
Makefile
oleacc.dll.dbg.c
oleacc.spec.c
oleacc.spec.def

15
dlls/oleacc/Makefile.in Normal file
View File

@ -0,0 +1,15 @@
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleacc.dll
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
main.c
@MAKE_DLL_RULES@
### Dependencies:

1
dlls/oleacc/main.c Normal file
View File

@ -0,0 +1 @@
/* nothing yet !!!! */

20
dlls/oleacc/oleacc.spec Normal file
View File

@ -0,0 +1,20 @@
@ stub AccessibleChildren
@ stub AccessibleObjectFromEvent
@ stub AccessibleObjectFromPoint
@ stub AccessibleObjectFromWindow
@ stub CreateStdAccessibleObject
@ stub CreateStdAccessibleProxyA
@ stub CreateStdAccessibleProxyW
@ stub DllRegisterServer
@ stub DllUnregisterServer
@ stub GetOleaccVersionInfo
@ stub GetRoleTextA
@ stub GetRoleTextW
@ stub GetStateTextA
@ stub GetStateTextW
@ stub IID_IAccessible
@ stub IID_IAccessibleHandler
@ stub LIBID_Accessibility
@ stub LresultFromObject
@ stub ObjectFromLresult
@ stub WindowFromAccessibleObject