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

This commit is contained in:
Noel Power
2010-11-04 11:54:26 +00:00
parent adfc2bac7a
commit 24a129b9f5

View File

@@ -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