Bring back the commercial animation.

This commit is contained in:
slamm%netscape.com 1998-08-28 20:41:53 +00:00
Родитель 46227e6eb6
Коммит 9714506ba1
1 изменённых файлов: 2 добавлений и 7 удалений

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

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