From 70f273dbbf4e35838b38b612cbe70c79cda830d7 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Sat, 11 Sep 1999 22:10:32 +0000 Subject: [PATCH] Unhooking RegFactory from windows. xpcom/tools/registry/regxpcom is the new incarnation. git-svn-id: svn://10.0.0.236/trunk@46980 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/makefile.win | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mozilla/xpcom/tests/makefile.win b/mozilla/xpcom/tests/makefile.win index c768b8e6391..dd3983a5e43 100644 --- a/mozilla/xpcom/tests/makefile.win +++ b/mozilla/xpcom/tests/makefile.win @@ -24,7 +24,6 @@ DIRS = dynamic windows services MAKE_OBJ_TYPE = EXE PROG1 = .\$(OBJDIR)\TestFactory.exe -PROG2 = .\$(OBJDIR)\RegFactory.exe PROG3 = .\$(OBJDIR)\TestArray.exe PROG4 = .\$(OBJDIR)\TestID.exe PROG5 = .\$(OBJDIR)\TestServMgr.exe @@ -43,7 +42,7 @@ PROG18 = .\$(OBJDIR)\TestStackCrawl.exe RESFILE = timer.res -PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5) \ +PROGRAMS = $(PROG1) $(PROG3) $(PROG4) $(PROG5) \ $(PROG6) $(PROG7) \ $(PROG8) \ $(PROG9) \ @@ -92,7 +91,6 @@ clobber:: -for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p $(PROG1): $(OBJDIR) TestFactory.cpp -$(PROG2): $(OBJDIR) RegFactory.cpp $(PROG3): $(OBJDIR) TestArray.cpp $(PROG4): $(OBJDIR) TestID.cpp $(PROG5): $(OBJDIR) TestServMgr.cpp