From 378777df045442c02f8b3b9082c37bbda7183ebe Mon Sep 17 00:00:00 2001 From: "dveditz%netscape.com" Date: Fri, 2 Jul 1999 12:39:26 +0000 Subject: [PATCH] fixing build bustage --- xpcom/tools/windows/makefile.win | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/xpcom/tools/windows/makefile.win b/xpcom/tools/windows/makefile.win index ef192c6cd6f..54c288d2895 100644 --- a/xpcom/tools/windows/makefile.win +++ b/xpcom/tools/windows/makefile.win @@ -36,21 +36,6 @@ install:: $(PROGRAMS) clobber:: -for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p -# Move this into config/obj.inc when it's allowed -.cpp{.\$(OBJDIR)\}.exe: - $(CC) @<<$(CFGFILE) - $(CFLAGS) - $(LCFLAGS) - $(LINCS) - $(LINCS_1) - $(INCS) - $(LLIBS) - $(OS_LIBS) - -Fd$(PDBFILE) - -Fe.\$(OBJDIR)\ - -Fo.\$(OBJDIR)\ - $(CURDIR)$(*B).cpp -<