Adding nsIModule.idl

git-svn-id: svn://10.0.0.236/trunk@42709 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com 1999-08-08 21:58:53 +00:00
parent 2ecbf9c0b3
commit 5b941c2de5
2 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,10 @@ CPPSRCS = \
xcDll.cpp \
$(NULL)
XPIDLSRCS = \
nsIComponent.idl \
$(NULL)
EXPORTS = \
nsIComponentManager.h \
nsIFactory.h \

View File

@ -35,6 +35,7 @@ EXPORTS = \
$(NULL)
XPIDLSRCS = \
nsIModule.idl \
$(NULL)
################################################################################