Add linker directives to ensure all the libs we need get loaded.

This commit is contained in:
waterson%netscape.com 1999-04-26 23:30:59 +00:00
Родитель 8d0ba7fab2
Коммит 7c46b25533
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -34,6 +34,15 @@ CPPSRCS = nsInterfaceInfo.cpp \
REQUIRES = $(MODULE)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-lxpcom \
-lxpt \
-lraptorbase \
-lreg \
$(NSPR_LIBS) \
$(NULL)
# export:: libs
include $(topsrcdir)/config/rules.mk

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

@ -34,6 +34,15 @@ CPPSRCS = nsInterfaceInfo.cpp \
REQUIRES = $(MODULE)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-lxpcom \
-lxpt \
-lraptorbase \
-lreg \
$(NSPR_LIBS) \
$(NULL)
# export:: libs
include $(topsrcdir)/config/rules.mk