summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-28 13:59:35 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-28 13:59:35 +0100
commit6d8c5d706723968e36f194c99134b83ed44e8c41 (patch)
tree314c0a789203a280928e9b46c11138f615964e73
parent1d1e3298ae77049be883769273c440dedeaeae7d (diff)
CWS gnumake3: kill ENABLE_VBA
-rwxr-xr-xscripting/source/vbaevents/makefile.mk5
-rw-r--r--svx/source/form/makefile.mk4
-rwxr-xr-xvbahelper/Module_vbahelper.mk2
3 files changed, 0 insertions, 11 deletions
diff --git a/scripting/source/vbaevents/makefile.mk b/scripting/source/vbaevents/makefile.mk
index 287bbe2b052b..aa4c416da96b 100755
--- a/scripting/source/vbaevents/makefile.mk
+++ b/scripting/source/vbaevents/makefile.mk
@@ -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
diff --git a/svx/source/form/makefile.mk b/svx/source/form/makefile.mk
index d6dc1bd65357..086ba1ab0262 100644
--- a/svx/source/form/makefile.mk
+++ b/svx/source/form/makefile.mk
@@ -40,10 +40,6 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
-.IF "$(ENABLE_VBA)"=="YES"
- CDEFS+=-DENABLE_VBA
-.ENDIF
-
SRS1NAME=form
SRC1FILES= \
fmexpl.src \
diff --git a/vbahelper/Module_vbahelper.mk b/vbahelper/Module_vbahelper.mk
index 23f560f8af0d..8fe6c15b6abf 100755
--- a/vbahelper/Module_vbahelper.mk
+++ b/vbahelper/Module_vbahelper.mk
@@ -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