зеркало из https://github.com/mozilla/pjs.git
export a bunch of XPIDL-compatible interface stubs so that mail/news can compile
This commit is contained in:
Родитель
effb024f52
Коммит
c1d8908fa9
|
@ -22,6 +22,15 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
IDLSRCS = \
|
||||
nsIDOMBaseAppCore.idl \
|
||||
nsIDOMWindow.idl \
|
||||
nsIDOMNodeList.idl \
|
||||
nsIDOMXULTreeElement.idl\
|
||||
nsIDOMXULElement.idl \
|
||||
nsIDOMEditorAppCore.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMBaseAppCore {};
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/* stub interface for compatibility with XPIDL */
|
||||
interface nsIDOMNodeList {};
|
||||
|
Загрузка…
Ссылка в новой задаче