Bug 504750 - Add splashscreen support to build system. r=benjamin ui-r=beltzner

This commit is contained in:
Justin Dolske 2009-07-23 17:35:48 -07:00
Родитель 90ccdd6988
Коммит ddc5dab9a4
6 изменённых файлов: 21 добавлений и 0 удалений

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

@ -319,6 +319,12 @@ libs::
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default32.png $(DIST)/bin/chrome/icons/default
$(INSTALL) $(IFLAGS1) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
endif
#ifdef MOZ_SPLASHSCREEN
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
libs::
$(INSTALL) $(IFLAGS1) $(DIST)/branding/splash.bmp $(DIST)/bin
endif
#endif
export::
ifndef MOZ_BRANDING_DIRECTORY
@ -349,6 +355,11 @@ ifeq ($(OS_ARCH),OS2)
cp $(srcdir)/firefox-os2.ico $(DIST)/branding/app.ico
cp $(srcdir)/document-os2.ico $(DIST)/branding/document.ico
endif
#ifdef MOZ_SPLASHSCREEN
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
cp $(srcdir)/splash.bmp $(DIST)/branding/splash.bmp
endif
#endif
endif
libs::

Двоичные данные
browser/app/splash.bmp Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 250 KiB

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

@ -56,3 +56,8 @@ ifeq ($(OS_ARCH),OS2)
cp $(srcdir)/firefox-os2.ico $(DIST)/branding/app.ico
cp $(srcdir)/document-os2.ico $(DIST)/branding/document.ico
endif
#ifdef MOZ_SPLASHSCREEN
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
cp $(srcdir)/splash.bmp $(DIST)/branding/splash.bmp
endif
#endif

Двоичные данные
browser/branding/unofficial/splash.bmp Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 250 KiB

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

@ -56,3 +56,8 @@ ifeq ($(OS_ARCH),OS2)
cp $(srcdir)/firefox-os2.ico $(DIST)/branding/app.ico
cp $(srcdir)/document-os2.ico $(DIST)/branding/document.ico
endif
#ifdef MOZ_SPLASHSCREEN
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
cp $(srcdir)/splash.bmp $(DIST)/branding/splash.bmp
endif
#endif

Двоичные данные
other-licenses/branding/firefox/splash.bmp Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 188 KiB