don't need to link static libraries against external dlls

This commit is contained in:
alecf%netscape.com 1999-03-22 23:57:35 +00:00
parent 87918e8656
commit 84547ce63f

View File

@ -52,17 +52,6 @@ CPPSRCS = \
nsIComposer.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-lmozjs \
-lraptorbase \
-ljsdom \
-lxpcom \
-lxp \
-lsecfree \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk