mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Changes to build the entire editor by default, unless DISABLE_EDITOR is defined.
This commit is contained in:
parent
00bc6a844c
commit
74afbe7060
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user