An even easier way to fix the commercial animation.

This commit is contained in:
slamm%netscape.com 1998-07-29 23:37:27 +00:00
parent b08ed7a4f0
commit e7be25b42f

View File

@ -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!
@ -113,12 +111,13 @@ ifdef MOZ_NETCAST
ICONS += images/Desk_Netcaster.gif
endif
ANIM = $(wildcard anim/main/*.gif)
ifdef XFEPRIVDIR
-include $(XFEPRIVDIR)/icons/Animation.mk
ANIM = $(wildcard $(XFEPRIVDIR)/icons/anim/main/*.gif)
else
ANIM = $(wildcard anim/main/*.gif)
endif
ICONLIST = $(OBJDIR)/icon.list
ICONANIMLIST = $(OBJDIR)/iconanim.list
MKICONS_EXE = $(OBJDIR)/mkicons