From 3ef498ecfb093e22ba59ffb1bdc07de64b32d948 Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Tue, 26 Jan 1999 07:46:51 +0000 Subject: [PATCH] Added some more LINCS after the big OJI checkin... git-svn-id: svn://10.0.0.236/trunk@18595 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/embed/ActiveX/makefile.win | 2 ++ mozilla/xpfe/bootstrap/makefile.win | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mozilla/webshell/embed/ActiveX/makefile.win b/mozilla/webshell/embed/ActiveX/makefile.win index b8419f5100f..42a39a32a7d 100644 --- a/mozilla/webshell/embed/ActiveX/makefile.win +++ b/mozilla/webshell/embed/ActiveX/makefile.win @@ -46,6 +46,8 @@ LINCS= \ -I$(PUBLIC)\netlib \ -I$(PUBLIC)\java \ -I$(PUBLIC)\plugin \ + -I$(PUBLIC)\caps \ + -I$(PUBLIC)\oji \ -I$(PUBLIC)\editor \ -I$(PUBLIC)\pref \ -I$(PUBLIC)\rdf diff --git a/mozilla/xpfe/bootstrap/makefile.win b/mozilla/xpfe/bootstrap/makefile.win index d6128124955..330ca4373b7 100644 --- a/mozilla/xpfe/bootstrap/makefile.win +++ b/mozilla/xpfe/bootstrap/makefile.win @@ -39,8 +39,11 @@ LINCS=-I$(PUBLIC)\raptor \ -I$(PUBLIC)\js \ -I$(PUBLIC)\dom \ -I$(PUBLIC)\rdf \ - -I$(PUBLIC)\editor -# -I$(PUBLIC)\editor \ + -I$(PUBLIC)\editor \ + -I$(PUBLIC)\caps \ + -I$(PUBLIC)\plugin \ + -I$(PUBLIC)\java \ + -I$(PUBLIC)\oji # -I..\browser MAKE_OBJ_TYPE = EXE