[Libreoffice-commits] .: sw/Library_msword.mk

David Tardon dtardon at kemper.freedesktop.org
Thu Apr 28 00:01:16 PDT 2011


 sw/Library_msword.mk |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit a431404f81ad032dd8fc52812c83d24ef3f85a0c
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Apr 28 09:00:41 2011 +0200

    hack up explicit dep on sprmids.hxx from writerfilter

diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 43b5f44..b4f6004 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:


More information about the Libreoffice-commits mailing list