From 425c75b01c743e5a4930b2b9a6d83d9e388f69fc Mon Sep 17 00:00:00 2001 From: "syd%netscape.com" Date: Sun, 31 Oct 1999 00:22:53 +0000 Subject: [PATCH] Add xpcom.dll to link line so test will link with scc changes make about this time. r=scc --- webshell/tests/ComFactory/makefile.win | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webshell/tests/ComFactory/makefile.win b/webshell/tests/ComFactory/makefile.win index 527fc4e4f41d..80d74aa7b9cd 100644 --- a/webshell/tests/ComFactory/makefile.win +++ b/webshell/tests/ComFactory/makefile.win @@ -68,7 +68,8 @@ PROGRAM=.\$(OBJDIR)\$(EXENAME).EXE #// #//------------------------------------------------------------------------ LCFLAGS=-DNETSCAPE -WIN_LIBS=ole32.lib +LLIBS= $(DIST)\lib\xpcom.lib +WIN_LIBS=ole32.lib LINCS=$(LINCS) -I. \ -I$(PUBLIC)\raptor \