- 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:
alecf%netscape.com 1999-03-22 23:51:20 +00:00
Родитель 6d69f243dd
Коммит e463a1d232
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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 = \