зеркало из https://github.com/mozilla/pjs.git
Changes to build the entire editor by default, unless DISABLE_EDITOR is defined.
This commit is contained in:
Родитель
766fbf683f
Коммит
298507fe9e
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче