diff options
author | Noel Power <noel.power@novell.com> | 2010-11-04 11:54:26 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-11-04 11:54:26 +0000 |
commit | 24a129b9f559f79df1d88e159760f907f4fdd37c (patch) | |
tree | 960ca993d8004f02af2d2f07f5d648fd36b3a8e8 /sw/source/ui/vba | |
parent | adfc2bac7a06d7c5cf568a40f85505530203fdc8 (diff) |
make it obvious some files are intentionally not compiled ( temporarily )
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r-- | sw/source/ui/vba/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
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 |