Changes to build the entire editor by default, unless DISABLE_EDITOR is defined.

This commit is contained in:
kin%netscape.com 1999-04-03 00:03:54 +00:00
parent 00bc6a844c
commit 74afbe7060

View File

@ -18,10 +18,10 @@
DEPTH=..
IGNORE_MANIFEST=1
!if defined(MOZ_EDITOR)
DIRS= public base guimgr txmgr
!else
!if defined(DISABLE_EDITOR)
DIRS= public
!else
DIRS= public base guimgr txmgr
!endif
include <$(DEPTH)\config\rules.mak>