Necko changes (from Andreas)

git-svn-id: svn://10.0.0.236/trunk@37299 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1999-06-29 00:26:25 +00:00
parent 9ed6178def
commit 2621940248
13 changed files with 144 additions and 59 deletions

View File

@@ -22,16 +22,24 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
ifndef NECKO
PROGRAM = htmlrobot
else
LIBRARY_NAME = DebugRobot
endif
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp
include $(topsrcdir)/config/config.mk
ifndef NECKO
LIBS = \
-lraptorhtmlpars \
-lexpat \
-lxmltok \
-lsecfree \
-lpref \
-lxp \
-lnetlib \
-lftpurl \
-lfileurl \
@@ -45,9 +53,6 @@ LIBS = \
-lnetcache \
-lhttpurl \
-lpwcac \
-lsecfree \
-lpref \
-lxp \
-l$(MOZ_LIB_JS_PREFIX)js \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
@@ -64,5 +69,10 @@ LIBS = \
ifeq ($(OS_ARCH)$(OS_RELEASE),FreeBSD2)
LIBS += -lpcap
endif
else
DIRS = test
endif
include $(topsrcdir)/config/rules.mk