From 0c870ba5afb3c41c0d92b27a9c087e042dde01dd Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 27 Jan 1999 00:00:37 +0000 Subject: [PATCH] Changed Windows makefile to use BASE directory instead of CORE git-svn-id: svn://10.0.0.236/trunk@18664 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/makefile.win b/mozilla/editor/makefile.win index 60eb65b5b0c..e2edcf6e455 100644 --- a/mozilla/editor/makefile.win +++ b/mozilla/editor/makefile.win @@ -19,7 +19,7 @@ DEPTH=.. IGNORE_MANIFEST=1 !if defined(MOZ_EDITOR) -DIRS= public core guimgr txmgr +DIRS= public base guimgr txmgr !else DIRS= public !endif