From 1b1a61d4e2084de8f6dd818717ff9a8d4e5af8d8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 28 Apr 2011 09:00:41 +0200 Subject: hack up explicit dep on sprmids.hxx from writerfilter --- sw/Library_msword.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sw/Library_msword.mk') diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index 43b5f44ee5c7..b4f6004a028d 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -120,4 +120,11 @@ $(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: -- cgit