diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-29 15:23:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-29 15:23:53 +0300 |
commit | 0b1b496c0bf112d5b19979e6f48f66bf68a846d2 (patch) | |
tree | 14b5d6342b3c80a56bb4621689fe775a99660193 | |
parent | 54deba6fccda9facd9dce25b15391a05dd9f009e (diff) |
Add comphelperlib for isdigitAscii etc
Despite these being marked as inline, needed when linking at least in
a WNTMSC build with --enable-dbgutil, possibly always with WNTMSC.
-rwxr-xr-x | ucb/source/core/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/core/makefile.mk b/ucb/source/core/makefile.mk index f13a2cfaff79..ee9338f4993b 100755 --- a/ucb/source/core/makefile.mk +++ b/ucb/source/core/makefile.mk @@ -55,6 +55,7 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1STDLIBS=\ $(CPPUHELPERLIB) \ $(CPPULIB) \ + $(COMPHELPERLIB) \ $(SALLIB) \ $(UCBHELPERLIB) SHL1LIBS=\ |