resolving all unresolved symbols at link time

#= 18896 (continuation)
r= pepper@netscape.com - but ramiro and I talked about these types of changes ages ago
This commit is contained in:
jdunn%netscape.com 2000-01-07 02:46:06 +00:00
Родитель 3d1c7fc27b
Коммит 9253e8c89b
2 изменённых файлов: 11 добавлений и 0 удалений

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

@ -92,6 +92,11 @@ EXPORTS += \
$(NULL)
endif
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
-lmozjs \
$(NULL)
include $(topsrcdir)/config/rules.mk
#

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

@ -54,6 +54,12 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
endif
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
-lmozjs \
-ljsj \
$(NULL)
include $(topsrcdir)/config/rules.mk
ifeq ($(NSPR_INCLUDE_DIR),)