зеркало из https://github.com/mozilla/pjs.git
Bug 504750 - Add splashscreen support to build system. r=benjamin ui-r=beltzner
This commit is contained in:
Родитель
90ccdd6988
Коммит
ddc5dab9a4
|
@ -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::
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 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
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 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
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 188 KiB |
Загрузка…
Ссылка в новой задаче