From 2cdbcfb265dc2acd03d94ac11ab13eee74419729 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 4 Jun 1999 03:18:38 +0000 Subject: [PATCH] Removed unnecessary LINCS. git-svn-id: svn://10.0.0.236/trunk@33702 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/history/src/makefile.win | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/xpfe/components/history/src/makefile.win b/mozilla/xpfe/components/history/src/makefile.win index 23a7fbb6398..020ef1a3310 100644 --- a/mozilla/xpfe/components/history/src/makefile.win +++ b/mozilla/xpfe/components/history/src/makefile.win @@ -26,14 +26,6 @@ CPP_OBJS= \ .\$(OBJDIR)\nsGlobalHistory.obj \ $(NULL) -LINCS=-I$(PUBLIC)\raptor \ - -I$(PUBLIC)\rdf \ - -I$(PUBLIC)\xpcom \ - -I$(PUBLIC)\base \ - -I$(PUBLIC)\xpfe\components \ - -I$(PUBLIC)\profile \ - $(NULL) - MAKE_OBJ_TYPE=DLL DLLNAME = history DLL=.\$(OBJDIR)\$(DLLNAME).dll