fix platform ID

This commit is contained in:
David Tardon 2012-02-25 11:44:22 +01:00
parent 09d3721aa8
commit 5e5d02fbbe

View file

@ -32,11 +32,11 @@ $(eval $(call gb_Library_add_api,pdfimport,\
udkapi \
))
include $(OUTDIR)/inc/rtlbootstrap.mk
include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
$(eval $(call gb_Library_add_defs,pdfimport,\
-DBOOST_SPIRIT_USE_OLD_NAMESPACE \
-DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(RTL_OS)-$(RTL_ARCH)\" \
-DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(sdext_PLATFORM)\" \
))
$(eval $(call gb_Library_add_package_headers,pdfimport,\