зеркало из https://github.com/mozilla/pjs.git
Bug 175879 - Build process adjustments.
r=cls, no sr needed (makefile only), a=dbaron
This commit is contained in:
Родитель
c07e9e62c8
Коммит
87d7572bd1
|
@ -132,11 +132,9 @@ EXPORTS += \
|
|||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_POSTSCRIPT
|
||||
PS_LCPPSRCS = nsPaperPS.cpp
|
||||
CPPSRCS += \
|
||||
ps/nsPaperPS.cpp \
|
||||
$(NULL)
|
||||
EXPORTS += \
|
||||
ps/nsPaperPS.h \
|
||||
$(PS_LCPPSRCS) \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
|
@ -158,3 +156,10 @@ FORCE_USE_PIC = 1
|
|||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
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 \
|
||||
nsGfxPSCID.h \
|
||||
nsIDeviceContextSpecPS.h \
|
||||
nsPostScriptObj.h \
|
||||
nsTempfilePS.h \
|
||||
nsPaperPS.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_RESOURCE = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче