We no longer need to link in raptor

This commit is contained in:
kipp%netscape.com 1999-05-06 19:27:53 +00:00
parent d8943054fc
commit 624abc0d8c

View File

@ -30,10 +30,6 @@ CPP_OBJS=\
.\$(OBJDIR)\nsRDFFactory.obj \ .\$(OBJDIR)\nsRDFFactory.obj \
$(NULL) $(NULL)
# XXX linking in raptor is a heinous crime that will go away once we
# have a more DOM-based mechanism for constructing elements and
# hooking in to their changes.
LLIBS=\ LLIBS=\
$(DIST)\lib\rdfbase_s.lib \ $(DIST)\lib\rdfbase_s.lib \
$(DIST)\lib\rdfutil_s.lib \ $(DIST)\lib\rdfutil_s.lib \
@ -44,7 +40,6 @@ LLIBS=\
$(DIST)\lib\raptorgfxwin.lib \ $(DIST)\lib\raptorgfxwin.lib \
$(DIST)\lib\netlib.lib \ $(DIST)\lib\netlib.lib \
$(DIST)\lib\plc3.lib \ $(DIST)\lib\plc3.lib \
$(DIST)\lib\raptorhtml.lib \
$(DIST)\lib\jsdom.lib \ $(DIST)\lib\jsdom.lib \
$(DIST)\lib\js3250.lib \ $(DIST)\lib\js3250.lib \
$(LIBNSPR) $(LIBNSPR)