Was breaking with necko. Thanks to Andreas for pointing it out.

git-svn-id: svn://10.0.0.236/trunk@39910 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-07-17 23:46:02 +00:00
parent 250138a606
commit aa0642d6fd

View File

@@ -44,22 +44,9 @@ LIBS := \
-ltimer_s \
-lraptorhtmlpars \
-lraptorview \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lhttpurl \
-limg \
-l$(MOZ_LIB_JS_PREFIX)js \
$(JSJ_LIB) \
-lmimetype \
-lnetcache \
-lnetcnvts \
-lnetlib \
-lsockstuburl \
-lnetwork \
-lpwcac \
-lremoturl \
-lsecfree \
-l$(MOZ_LIB_UTIL_PREFIX)util \
-lxpcom \
@@ -71,6 +58,28 @@ LIBS := \
$(NSPR_LIBS) \
$(NULL)
ifndef NECKO
LIBS += \
-lremoturl \
-lmimetype \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lhttpurl \
-lnetcache \
-lnetcnvts \
-lnetlib \
-lsockstuburl \
-lnetwork \
-lpwcac \
$(NULL)
else
LIBS += \
-lneckoutil_s \
$(NULL)
endif
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
include $(topsrcdir)/config/rules.mk