From 384cde9cb4807b2350149061d5b7d1cbe8458832 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 git-svn-id: svn://10.0.0.236/trunk@38033 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tools/windows/makefile.win | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mozilla/xpcom/tools/windows/makefile.win b/mozilla/xpcom/tools/windows/makefile.win index ef192c6cd6f..54c288d2895 100644 --- a/mozilla/xpcom/tools/windows/makefile.win +++ b/mozilla/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 -<