diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
commit | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (patch) | |
tree | d9b4da6f2e50d5444e3a7c68934fc6d4dd4ec43d /xmloff | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/Library_xo.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 02723f37fed9..19c4c46fca1e 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo)) $(eval $(call gb_Library_add_package_headers,xo,xmloff_inc)) -$(eval $(call gb_Library_add_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xmloff)) - $(eval $(call gb_Library_set_include,xo,\ $$(SOLARINC) \ -I$(realpath $(SRCDIR)/xmloff/inc) \ |