fully resolve all symbols and make the base mailnews library a component
git-svn-id: svn://10.0.0.236/trunk@22756 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE=mailnews
|
||||
LIBRARY_NAME=mailnews
|
||||
|
||||
IS_COMPONENT=1
|
||||
CPPSRCS= \
|
||||
nsMsgFactory.cpp \
|
||||
$(NULL)
|
||||
@@ -38,7 +38,21 @@ SHARED_LIBRARY_LIBS = \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MKSHLIB_FORCE_ALL) \
|
||||
$(SHARED_LIBRARY_LIBS) \
|
||||
$(MKSHLIB_UNFORCE_ALL) \
|
||||
-lmailnewsmsgdb \
|
||||
-ljs \
|
||||
-lxp \
|
||||
-lraptorbase \
|
||||
-lrdfutil_s \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-lnspr21 \
|
||||
-lplc21 \
|
||||
-lplds21 \
|
||||
-L$(DIST)/bin \
|
||||
-L$(DIST)/lib \
|
||||
$(NULL)
|
||||
|
||||
$(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
|
||||
|
||||
Reference in New Issue
Block a user