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 /vbahelper/util | |
parent | ceda7874fb29c65bcb55499924201ae05d024444 (diff) |
ENABLE_VBA is no more
Diffstat (limited to 'vbahelper/util')
-rwxr-xr-x | vbahelper/util/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
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 |