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
Родитель 766fbf683f
Коммит 298507fe9e
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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