Only build editor if MOZ_EDITOR is defined

This commit is contained in:
akkana%netscape.com 1998-12-31 00:18:40 +00:00
Родитель f8695f8fd5
Коммит fe8d1be07d
1 изменённых файлов: 5 добавлений и 1 удалений

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

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