summaryrefslogtreecommitdiff
path: root/xmlscript/Library_xmlscript.mk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 09:02:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 21:18:37 +0200
commitb312a38797b19e95a08e7a06595cd04236e05f07 (patch)
tree1e1b51a754d5e533b9bb2c18e945b0699783d033 /xmlscript/Library_xmlscript.mk
parent19fd43a0d96928f6c9219ada4cb43a5a74f4e81d (diff)
update_pch: add a bunch of pch files
desktop: 1m51s -> 54s framework: 1m55s -> 1m04s package: 32s -> 16s sdext: 1m31s -> 47s svgio: 32s -> 15s uui: 49s -> 20s vbahelper: 1m44s -> 27s xmlscript: 15s -> 10s xmlsecurity: 45s -> 23s Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
Diffstat (limited to 'xmlscript/Library_xmlscript.mk')
-rw-r--r--xmlscript/Library_xmlscript.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/Library_xmlscript.mk b/xmlscript/Library_xmlscript.mk
index 640b561612f1..f4f9d29d7cdf 100644
--- a/xmlscript/Library_xmlscript.mk
+++ b/xmlscript/Library_xmlscript.mk
@@ -30,11 +30,11 @@ $(eval $(call gb_Library_set_include,xmlscript,\
$$(INCLUDE) \
))
-
$(eval $(call gb_Library_add_defs,xmlscript,\
-DXMLSCRIPT_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_set_precompiled_header,xmlscript,$(SRCDIR)/xmlscript/inc/pch/precompiled_xmlscript))
$(eval $(call gb_Library_add_exception_objects,xmlscript,\
xmlscript/source/misc/unoservices \