mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
An even easier way to fix the commercial animation.
This commit is contained in:
parent
b08ed7a4f0
commit
e7be25b42f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user