ENABLE_VBA is no more
This commit is contained in:
parent
ceda7874fb
commit
fd8bbb1294
2 changed files with 1 additions and 12 deletions
|
@ -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= \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue