diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-28 13:54:12 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-28 13:54:12 +0100 |
commit | 1d1e3298ae77049be883769273c440dedeaeae7d (patch) | |
tree | 483bd50d256f67bed6cc23b67133ad9a135accd2 | |
parent | 51922f86be2f7fa17005ec3b208f6a891bdd70a7 (diff) |
CWS gnumake3: more fixes for problems caused by crappy vbahelper headers
-rw-r--r-- | scripting/source/dlgprov/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/source/dlgprov/makefile.mk b/scripting/source/dlgprov/makefile.mk index 111dca58edc2..b5de27bbce13 100644 --- a/scripting/source/dlgprov/makefile.mk +++ b/scripting/source/dlgprov/makefile.mk @@ -58,6 +58,7 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ + $(VBAHELPERLIB) \ $(CPPULIB) \ $(BASICLIB) \ $(SALLIB) |