зеркало из https://github.com/mozilla/gecko-dev.git
Changes needed for decoder implementation. pn.
This commit is contained in:
Родитель
3761a19f90
Коммит
94b9e0b4e6
|
@ -29,34 +29,10 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = img
|
||||
|
||||
ifndef STANDALONE_IMAGE_LIB
|
||||
JMC_GEN = MIMGCBIF MIMGCB MPSIMGCB
|
||||
JMC_GEN_FLAGS = -cimpl -noexc -interface
|
||||
endif
|
||||
|
||||
ifdef STANDALONE_IMAGE_LIB
|
||||
EXPORTS = il_types.h ni_pixmp.h libimg.h il_icons.h il_strm.h il_util.h \
|
||||
ilINetContext.h ilIURL.h ilINetReader.h ilIImageRenderer.h \
|
||||
ilISystemServices.h dummy_nc.h
|
||||
else
|
||||
EXPORTS = il_types.h \
|
||||
ni_pixmp.h \
|
||||
libimg.h \
|
||||
il_icons.h \
|
||||
il_strm.h \
|
||||
il_util.h \
|
||||
ilIImageRenderer.h \
|
||||
ilINetContext.h \
|
||||
ilINetReader.h \
|
||||
ilIURL.h \
|
||||
dummy_nc.h \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
EXPORTS += \
|
||||
$(JMC_GEN_DIR)/MIMGCBIF.h \
|
||||
$(JMC_GEN_DIR)/MIMGCB.h \
|
||||
$(JMC_GEN_DIR)/MPSIMGCB.h \
|
||||
ilISystemServices.h dummy_nc.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
|
Загрузка…
Ссылка в новой задаче