diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:55:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:55:15 +0000 |
commit | d9d3639dcef25a4c763a12ad4c078bb37c9f718b (patch) | |
tree | e39095007b55960946adf1ef12869c0926d0a8cb /basic/util | |
parent | 7f7ec2ba476073148d0c723ac3b6754d3b3340ef (diff) |
INTEGRATION: CWS basmgr01 (1.17.126); FILE MERGED
2006/09/28 20:19:43 fs 1.17.126.1: #i69957#
Diffstat (limited to 'basic/util')
-rw-r--r-- | basic/util/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 4fb6348df4af..c0480a134b85 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: kz $ $Date: 2005-10-06 12:42:26 $ +# last change: $Author: kz $ $Date: 2006-11-08 11:55:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,7 @@ LIB1FILES= \ $(SLB)$/basicmgr.lib \ $(SLB)$/classes.lib \ $(SLB)$/comp.lib \ + $(SLB)$/uno.lib \ $(SLB)$/runtime.lib \ $(SLB)$/sbx.lib @@ -69,7 +70,8 @@ SHL1STDLIBS= \ $(COMPHELPERLIB) \ $(UNOTOOLSLIB) \ $(SOTLIB) \ - $(VOSLIB) + $(VOSLIB) \ + $(XMLSCRIPTLIB) .IF "$(SOLAR_JAVA)" != "TRUE" SHL1STDLIBS+=$(SJLIB) |