зеркало из https://github.com/mozilla/pjs.git
[minimo only] Minimo, the app, lives -- inital checkin
This commit is contained in:
Родитель
febd613fc9
Коммит
39c7e64091
|
@ -60,6 +60,11 @@ ifdef MOZ_CALENDAR
|
|||
endif
|
||||
$(MAKE) tier_99
|
||||
|
||||
# Build any application after embedding has completed.
|
||||
ifdef MINIMO
|
||||
$(MAKE) embedding/minimo
|
||||
endif
|
||||
|
||||
# Make sure that the existing rulesets work
|
||||
DIRS = \
|
||||
$(tier_0_dirs) \
|
||||
|
@ -253,10 +258,6 @@ ifdef MOZ_XUL_APP
|
|||
tier_50_dirs += toolkit
|
||||
endif
|
||||
|
||||
ifndef MOZ_XUL
|
||||
tier_9_dirs += embedding/minimo
|
||||
endif
|
||||
|
||||
ifdef MOZ_PHOENIX
|
||||
# xpfe/components/search depends on nsIBookmarksService.idl
|
||||
tier_50_dirs += browser/components/bookmarks/public
|
||||
|
|
|
@ -812,6 +812,7 @@ embedding/tests/mfcembed/components/Makefile
|
|||
|
||||
MAKEFILES_minimo="
|
||||
embedding/minimo/Makefile
|
||||
embedding/minimo/app/Makefile
|
||||
embedding/minimo/chromelite/Makefile
|
||||
"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче