diff options
author | Rüdiger Timm <rt@openoffice.org> | 2000-11-22 11:29:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2000-11-22 11:29:32 +0000 |
commit | 43e1c5e480bdc54ff70d209cf3fd605e199c7d65 (patch) | |
tree | 2abee6b3b7cbd7d78c0d383811cbf8564be08018 /starmath/util | |
parent | ee3fe8e40e3b1ce96984d52428231e21b64a7d28 (diff) |
#65293# link against XMLOFFLIB and UNOTOOLSLIB, otherwise you'll get unresolved symbols from mathml.obj
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index a8d4dcceccb2..e15fc3ade255 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: csaba $ $Date: 2000-10-16 15:10:22 $ +# last change: $Author: rt $ $Date: 2000-11-22 12:29:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,8 +100,10 @@ SHL1STDLIBS= \ $(SOTLIB) \ $(SO2LIB) \ $(SFX2LIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ + $(XMLOFFLIB) \ + $(UNOTOOLSLIB) \ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ $(SVXLIB) \ $(SALLIB) \ $(VOSLIB) \ |