зеркало из https://github.com/mozilla/gecko-dev.git
Bug 175879 - Build process adjustments.
r=cls, no sr needed (makefile only), a=dbaron
This commit is contained in:
Родитель
5eb2ff4841
Коммит
6c9a77c6c2
|
@ -132,11 +132,9 @@ EXPORTS += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef MOZ_ENABLE_POSTSCRIPT
|
ifdef MOZ_ENABLE_POSTSCRIPT
|
||||||
|
PS_LCPPSRCS = nsPaperPS.cpp
|
||||||
CPPSRCS += \
|
CPPSRCS += \
|
||||||
ps/nsPaperPS.cpp \
|
$(PS_LCPPSRCS) \
|
||||||
$(NULL)
|
|
||||||
EXPORTS += \
|
|
||||||
ps/nsPaperPS.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -158,3 +156,10 @@ FORCE_USE_PIC = 1
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
DEFINES += -D_IMPL_NS_GFX
|
DEFINES += -D_IMPL_NS_GFX
|
||||||
|
|
||||||
|
ifdef MOZ_ENABLE_POSTSCRIPT
|
||||||
|
GARBAGE += $(PS_LCPPSRCS)
|
||||||
|
|
||||||
|
export:: $(addprefix $(srcdir)/ps/,$(PS_LCPPSRCS))
|
||||||
|
$(INSTALL) $^ .
|
||||||
|
endif
|
||||||
|
|
|
@ -61,8 +61,8 @@ EXPORTS = \
|
||||||
nsIDeviceContextPS.h \
|
nsIDeviceContextPS.h \
|
||||||
nsGfxPSCID.h \
|
nsGfxPSCID.h \
|
||||||
nsIDeviceContextSpecPS.h \
|
nsIDeviceContextSpecPS.h \
|
||||||
nsPostScriptObj.h \
|
|
||||||
nsTempfilePS.h \
|
nsTempfilePS.h \
|
||||||
|
nsPaperPS.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXPORT_RESOURCE = \
|
EXPORT_RESOURCE = \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче