mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bring back the commercial animation.
This commit is contained in:
parent
46227e6eb6
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user