[minimo only] Minimo, the app, lives -- inital checkin

This commit is contained in:
dougt%meer.net 2004-01-21 06:55:55 +00:00
Родитель febd613fc9
Коммит 39c7e64091
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -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
"