diff options
Diffstat (limited to 'xmlscript/Library_xmlscript.mk')
-rw-r--r-- | xmlscript/Library_xmlscript.mk | 2 |
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 \ |