mshtml: Added mshtml.tlb.

This commit is contained in:
Jacek Caban 2007-07-29 21:25:14 +02:00 committed by Alexandre Julliard
parent d221915037
commit 021d06a45f
9 changed files with 65 additions and 0 deletions

2
.gitignore vendored
View File

@ -329,6 +329,8 @@ dlls/mscms/tests/testlist.c
dlls/mscms/version.res
dlls/msdmo/libmsdmo.def
dlls/msdmo/rsrc.res
dlls/mshtml.tlb/mshtml_tlb.tlb
dlls/mshtml.tlb/rsrc.res
dlls/mshtml/libmshtml.def
dlls/mshtml/nsiface.h
dlls/mshtml/rsrc.res

View File

@ -289,6 +289,7 @@ ALL_MAKEFILES = \
dlls/msdmo/Makefile \
dlls/msftedit/Makefile \
dlls/msg711.acm/Makefile \
dlls/mshtml.tlb/Makefile \
dlls/mshtml/Makefile \
dlls/mshtml/tests/Makefile \
dlls/msi/Makefile \
@ -649,6 +650,7 @@ dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules
dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules
dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules
dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules
dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules
dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules
dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules
dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules

3
configure vendored
View File

@ -20468,6 +20468,8 @@ ac_config_files="$ac_config_files dlls/msftedit/Makefile"
ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
ac_config_files="$ac_config_files dlls/mshtml/Makefile"
ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
@ -21593,6 +21595,7 @@ do
"dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
"dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
"dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
"dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
"dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
"dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
"dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;

View File

@ -1686,6 +1686,7 @@ AC_CONFIG_FILES([dlls/mscoree/Makefile])
AC_CONFIG_FILES([dlls/msdmo/Makefile])
AC_CONFIG_FILES([dlls/msftedit/Makefile])
AC_CONFIG_FILES([dlls/msg711.acm/Makefile])
AC_CONFIG_FILES([dlls/mshtml.tlb/Makefile])
AC_CONFIG_FILES([dlls/mshtml/Makefile])
AC_CONFIG_FILES([dlls/mshtml/tests/Makefile])
AC_CONFIG_FILES([dlls/msi/Makefile])

View File

@ -115,6 +115,7 @@ BASEDIRS = \
msftedit \
msg711.acm \
mshtml \
mshtml.tlb \
msi \
msimg32 \
msisys.ocx \

View File

@ -0,0 +1,13 @@
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mshtml.tlb
IMPORTS = kernel32
RC_SRCS = rsrc.rc
IDL_TLB_SRCS = mshtml_tlb.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend

View File

@ -0,0 +1 @@
# no exported entry points

View File

@ -0,0 +1,19 @@
/*
* Copyright 2007 Jacek Caban for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mshtml.idl"

23
dlls/mshtml.tlb/rsrc.rc Normal file
View File

@ -0,0 +1,23 @@
/*
* Copyright 2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 TYPELIB LOADONCALL DISCARDABLE mshtml_tlb.tlb