[Libreoffice-commits] .: sw/source

Noel Power noelp at kemper.freedesktop.org
Thu Nov 4 04:55:01 PDT 2010


 sw/source/ui/vba/makefile.mk |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 616a634723d03ae2afee29e4f4131ef476fe2ef1
Author: Noel Power <noel.power at novell.com>
Date:   Thu Nov 4 11:54:26 2010 +0000

    make it obvious some files are intentionally not compiled ( temporarily )

diff --git a/sw/source/ui/vba/makefile.mk b/sw/source/ui/vba/makefile.mk
index 2cd777b..2697503 100644
--- a/sw/source/ui/vba/makefile.mk
+++ b/sw/source/ui/vba/makefile.mk
@@ -117,6 +117,14 @@ SLOFILES= \
                 $(SLO)$/vbaframes.obj \
                 $(SLO)$/vbaeventshelper.obj \
 
+# These files to be enabled when field related patches
+# are folded into libreoffice
+.IF "$(ENABLE_FIELDBITS)"=="YES"
+SLOFILES+=$(SLO)$/vbaformfield.obj \
+          $(SLO)$/vbaformfields.obj \
+          $(SLO)$/vbacheckbox.obj
+.ENDIF
+
 # --- Targets ------------------------------------------------------
 
 .INCLUDE :	target.mk


More information about the Libreoffice-commits mailing list