diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-11 11:26:34 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-11 11:26:34 +0200 |
commit | a8697ca9b4f3c5a1915304e6dbe638012d506ce7 (patch) | |
tree | 4fe26403842f1261cbea4b4122fe1bfc34957441 /vbahelper/util | |
parent | 16257d5d011e4b8a95f6942407fc2d6ca9af2607 (diff) | |
parent | 1aad112dd03e02bc531d509d1f1b6fba2cd7f314 (diff) |
CWS-TOOLING: integrate CWS npower14miscfixes
Diffstat (limited to 'vbahelper/util')
-rw-r--r-- | vbahelper/util/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vbahelper/util/makefile.mk b/vbahelper/util/makefile.mk index 98adae420ed9..49bc8e7d39b0 100644 --- a/vbahelper/util/makefile.mk +++ b/vbahelper/util/makefile.mk @@ -34,6 +34,10 @@ TARGET=vbahelper .INCLUDE : settings.mk +.IF "$(ENABLE_VBA)" == "NO" +dummy: + @echo "Nothing to build" +.ENDIF TARGET_HELPER=vbahelper |