diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-28 13:59:35 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-28 13:59:35 +0100 |
commit | 6d8c5d706723968e36f194c99134b83ed44e8c41 (patch) | |
tree | 314c0a789203a280928e9b46c11138f615964e73 /vbahelper | |
parent | 1d1e3298ae77049be883769273c440dedeaeae7d (diff) |
CWS gnumake3: kill ENABLE_VBA
Diffstat (limited to 'vbahelper')
-rwxr-xr-x | vbahelper/Module_vbahelper.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |