Bug 175879 - Build process adjustments.

r=cls, no sr needed (makefile only), a=dbaron
This commit is contained in:
kjh-5727%comcast.net 2004-03-11 22:05:32 +00:00
Родитель 5eb2ff4841
Коммит 6c9a77c6c2
2 изменённых файлов: 10 добавлений и 5 удалений

Просмотреть файл

@ -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 = \