From 24a129b9f559f79df1d88e159760f907f4fdd37c Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 4 Nov 2010 11:54:26 +0000 Subject: [PATCH] make it obvious some files are intentionally not compiled ( temporarily ) --- sw/source/ui/vba/makefile.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sw/source/ui/vba/makefile.mk b/sw/source/ui/vba/makefile.mk index 2cd777b28234..26975035f1c1 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