Use DSO instead of archive libs. Using archives will cause problems

since XPCOM was not intended to be used that way.


git-svn-id: svn://10.0.0.236/trunk@2890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider 1998-06-02 01:21:29 +00:00
parent 24f5983667
commit bfd7d03e24

View File

@ -27,7 +27,9 @@ REQUIRES=util img xpcom raptor netlib
DEFINES = -D_IMPL_NS_WIDGET
EXTRA_DSO_LDOPTS+=$(DIST)/lib/libxpcom.a $(DIST)/lib/libraptorbase.a $(DIST)/lib/libraptorgfx.a -lXm -lXt -lX11
EXTRA_DSO_LDOPTS+= \
$(DIST)/bin/libxpcom.so \
$(LIBNSPR) -lXm -lXt -lX11
CPPSRCS=nsWidgetFactory.cpp \
nsWindow.cpp \