From bda7dc790bee72c5c631bc02bf520f1edee7a7e7 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Thu, 21 Mar 2002 10:33:54 +0000 Subject: [PATCH] Oops. Missed a file. git-svn-id: svn://10.0.0.236/trunk@117048 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/glue/makefile.win b/mozilla/xpcom/glue/makefile.win index 83254a7e69b..281890c673b 100755 --- a/mozilla/xpcom/glue/makefile.win +++ b/mozilla/xpcom/glue/makefile.win @@ -55,6 +55,7 @@ LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN CPP_OBJS = \ .\$(OBJDIR)\nsCOMPtr.obj \ .\$(OBJDIR)\nsDebug.obj \ + .\$(OBJDIR)\nsGenericFactory.obj \ .\$(OBJDIR)\nsMemory.obj \ .\$(OBJDIR)\nsWeakReference.obj \ $(NULL)