зеркало из https://github.com/mozilla/pjs.git
- this is no longer a component, it's a static library that will be linked into the compose component
- link in the JS stub code for nsIComposer
This commit is contained in:
Родитель
6d69f243dd
Коммит
e463a1d232
|
@ -22,8 +22,9 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME=msgcompose
|
||||
IS_COMPONENT=1
|
||||
MODULE=msgcompose
|
||||
LIBRARY_NAME=msgcompose_s
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
EXPORTS = \
|
||||
nsSmtpUrl.h \
|
||||
|
@ -48,6 +49,7 @@ CPPSRCS = \
|
|||
nsComposer.cpp \
|
||||
nsComposerNameSet.cpp \
|
||||
nsMsgCompPrefs.cpp \
|
||||
nsIComposer.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче