From 673c60cdb36026eb0cb1583857b2de35dddc27f1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 21 May 2014 13:27:47 +0200 Subject: update_pch: add unoxml Change-Id: Ib695a664356baf288f74fcefac35927726def0c7 --- unoxml/Library_unoxml.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unoxml/Library_unoxml.mk') diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index df7b2b4e827e..e3800fc2ca02 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,unoxml)) $(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml)) +$(eval $(call gb_Library_set_precompiled_header,unoxml,$(SRCDIR)/unoxml/inc/pch/precompiled_unoxml)) + $(eval $(call gb_Library_use_sdk_api,unoxml)) $(eval $(call gb_Library_use_libraries,unoxml,\ -- cgit