summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-31 15:25:10 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-04 11:31:57 +0200
commit8aab8292fedb840238f654530df67b6e79ade537 (patch)
tree07a9e4be025534ffadc7a459779126729537876d /sw/Library_msword.mk
parentd26e13bd7a8693867ab86eabec50212c95d4f3f6 (diff)
writerfilter: use CustomTarget makefile
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 3cbc9345e380..002621839617 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -30,6 +30,8 @@ $(eval $(call gb_Library_Library,msword))
$(eval $(call gb_Library_set_componentfile,msword,sw/util/msword))
+$(eval $(call gb_Library_add_external_headers,msword,writerfilter_sprmids))
+
$(eval $(call gb_Library_set_include,msword,\
-I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/source/ui/inc \
@@ -119,11 +121,4 @@ $(eval $(call gb_Library_add_exception_objects,msword,\
sw/source/filter/ww8/ww8toolbar \
))
-# TODO: This should be really fixed in writerfilter so the header is
-# delivered before compilation starts.
-$(call gb_CxxObject_get_target,sw/source/filter/ww8/wrtw8nds) \
-$(call gb_CxxObject_get_target,sw/source/filter/ww8/wrtww8gr) \
-$(call gb_CxxObject_get_target,sw/source/filter/ww8/ww8atr) \
- : $(OUTDIR)/inc/writerfilter/doctok/sprmids.hxx
-
# vim: set noet sw=4 ts=4: