зеркало из https://github.com/mozilla/gecko-dev.git
Bring back the commercial animation.
This commit is contained in:
Родитель
46227e6eb6
Коммит
9714506ba1
|
@ -32,8 +32,6 @@ LOCAL_INCLUDES = -I. -I$(OBJDIR)
|
|||
ICONS_GEN_HDR = $(OBJDIR)/icon_extern.h
|
||||
ICONS_GEN_SRC = $(OBJDIR)/icondata.c
|
||||
|
||||
ANIM_PRIV = $(DEPTH)/../ns_priv/xfe/icons/anim
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
#### NEXT FEW LINES ARE ONLY FOR TESTING -- full build!
|
||||
|
@ -107,11 +105,8 @@ ifdef MOZ_NETCAST
|
|||
ICONS += images/Desk_Netcaster.gif
|
||||
endif
|
||||
|
||||
# Alphabetical order seems to matter here.
|
||||
ifdef NETSCAPE_PRIV
|
||||
ANIM += $(wildcard $(ANIM_PRIV)/main/*.gif \
|
||||
$(ANIM_PRIV)/compass/*.gif \
|
||||
$(ANIM_PRIV)/mozilla/*.gif)
|
||||
ifdef NETSCAPE_COMMERCIAL
|
||||
ANIM = $(wildcard $(XFEPRIVDIR)/icons/anim/main/*.gif)
|
||||
else
|
||||
ANIM = $(wildcard anim/main/*.gif)
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче