зеркало из 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=..
|
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>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче