Kaydet (Commit) 6d8c5d70 authored tarafından Mathias Bauer's avatar Mathias Bauer

CWS gnumake3: kill ENABLE_VBA

üst 1d1e3298
......@@ -33,11 +33,6 @@ PRJ=..$/..
PRJNAME=scripting
TARGET=vbaevents
.IF "$(ENABLE_VBA)"!="YES"
dummy:
@echo "not building vbaevents..."
.ENDIF
VISIBILITY_HIDDEN=TRUE
NO_BSYMBOLIC= TRUE
ENABLE_EXCEPTIONS=TRUE
......
......@@ -40,10 +40,6 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
.IF "$(ENABLE_VBA)"=="YES"
CDEFS+=-DENABLE_VBA
.ENDIF
SRS1NAME=form
SRC1FILES= \
fmexpl.src \
......
......@@ -27,14 +27,12 @@
$(eval $(call gb_Module_Module,vbahelper))
ifeq ($(strip $(ENABLE_VBA)),YES)
# the targets to be inserted are their file names without .mk extension
$(eval $(call gb_Module_add_targets,vbahelper,\
Library_vbahelper \
Library_msforms \
Package_inc \
))
endif
# add any runtime tests (unit tests) here
# remove if no tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment