diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-14 23:09:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-14 23:09:13 -0500 |
commit | fd8bbb1294392afe70d08cb633f060bd035a58e6 (patch) | |
tree | fa79ba8d57d95b033c8f06840b1c1bd39fed1244 | |
parent | ceda7874fb29c65bcb55499924201ae05d024444 (diff) |
ENABLE_VBA is no more
-rwxr-xr-x | svx/source/form/makefile.mk | 8 | ||||
-rwxr-xr-x | vbahelper/util/makefile.mk | 5 |
2 files changed, 1 insertions, 12 deletions
diff --git a/svx/source/form/makefile.mk b/svx/source/form/makefile.mk index 44bcd53d234f..1088283c6184 100755 --- a/svx/source/form/makefile.mk +++ b/svx/source/form/makefile.mk @@ -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= \ diff --git a/vbahelper/util/makefile.mk b/vbahelper/util/makefile.mk index a09ffa594483..48f4f9346ef5 100755 --- a/vbahelper/util/makefile.mk +++ b/vbahelper/util/makefile.mk @@ -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 |