Fixing solaris bustage harishd/mcafee

This commit is contained in:
cltbld%netscape.com 2000-08-30 23:17:10 +00:00
Родитель 1e07921cfd
Коммит 55f7975bfc
4 изменённых файлов: 8 добавлений и 2 удалений

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

@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = htmlrobot$(BIN_SUFFIX)
CPPSRCS = RobotMain.cpp
ifeq ($(USE_SHORT_LIBNAME),1)
@ -41,6 +40,7 @@ LIBS = \
$(EXTRA_DSO_LIBS) \
$(LOST_SYM_LIBS) \
$(MOZ_COMPONENT_LIBS) \
-L$(DIST)/bin/components -lhtmlpars \
$(NULL)
include $(topsrcdir)/config/config.mk
@ -57,3 +57,5 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG
test:
@echo MOZ_COMPONENT_LIBS = $(MOZ_COMPONENT_LIBS)

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

@ -34,6 +34,7 @@ CPPSRCS = \
$(NULL)
LIBS = \
-L$(DIST)/bin/components -lhtmlpars \
$(XPCOM_LIBS) \
$(MOZ_JS_LIBS) \
$(NSPR_LIBS) \

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

@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = htmlrobot$(BIN_SUFFIX)
CPPSRCS = RobotMain.cpp
ifeq ($(USE_SHORT_LIBNAME),1)
@ -41,6 +40,7 @@ LIBS = \
$(EXTRA_DSO_LIBS) \
$(LOST_SYM_LIBS) \
$(MOZ_COMPONENT_LIBS) \
-L$(DIST)/bin/components -lhtmlpars \
$(NULL)
include $(topsrcdir)/config/config.mk
@ -57,3 +57,5 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG
test:
@echo MOZ_COMPONENT_LIBS = $(MOZ_COMPONENT_LIBS)

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

@ -34,6 +34,7 @@ CPPSRCS = \
$(NULL)
LIBS = \
-L$(DIST)/bin/components -lhtmlpars \
$(XPCOM_LIBS) \
$(MOZ_JS_LIBS) \
$(NSPR_LIBS) \