[Libreoffice-commits] .: Branch 'integration/dev300_m98' - offuh/source

Michael Meeks mmeeks at kemper.freedesktop.org
Mon Mar 7 04:47:28 PST 2011


 offuh/source/makefile.mk |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 69a84b40120201380f2197b76bbb3def58da83e0
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Mar 7 12:43:21 2011 +0000

    build vba in offuh, requires a move of oovbaapi to ure; misc sw fixes

diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk
index d7a6994..230dc75 100644
--- a/offuh/source/makefile.mk
+++ b/offuh/source/makefile.mk
@@ -36,8 +36,13 @@ TARGET=		offuh
 # --- Targets ------------------------------------------------------
 .INCLUDE :	target.mk
 
-ALLTAR : $(MISC)$/$(TARGET).don
+ALLTAR : $(MISC)$/oovbaapi.don $(MISC)$/$(TARGET).don
 
 $(MISC)$/$(TARGET).don : $(UNOUCRRDB)
     @@-$(RM) $@
     $(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@
+
+$(MISC)$/oovbaapi.don : $(SOLARBINDIR)$/oovbaapi.rdb
+    @@-$(RM) $@
+        $(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(SOLARBINDIR)$/oovbaapi.rdb -X$(SOLARBINDIR)$/types.rdb && echo > $@
+        echo $@


More information about the Libreoffice-commits mailing list