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
This commit is contained in:
cmanske%netscape.com
1999-01-27 00:00:37 +00:00
parent a517c981d1
commit 0c870ba5af

View File

@@ -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