ENABLE_VBA is no more

This commit is contained in:
Norbert Thiebaud 2011-03-14 23:09:13 -05:00
parent ceda7874fb
commit fd8bbb1294
2 changed files with 1 additions and 12 deletions

View file

@ -40,13 +40,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
.IF "$(ENABLE_VBA)"=="YES"
CDEFS+=-DENABLE_VBA
.ENDIF
.IF "$(ENABLE_VBA)"=="YES"
CDEFS+=-DENABLE_VBA
.ENDIF
CDEFS+=-DENABLE_VBA
SRS1NAME=form
SRC1FILES= \

View file

@ -34,11 +34,6 @@ TARGET=vbahelper
.INCLUDE : settings.mk
.IF "$(ENABLE_VBA)" == "NO"
dummy:
@echo "Nothing to build"
.ENDIF
TARGET_HELPER=vbahelper
LIB1TARGET= $(SLB)$/$(TARGET).lib