summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-25 18:01:34 +0000
committerEike Rathke <er@openoffice.org>2001-07-25 18:01:34 +0000
commit126de52ed8a776b8d3311ca7b21f75b6d5252a5e (patch)
tree77ca1d953d6ecd35c43447acb2c3faa3eb6659f1 /svx
parent5a3dfe542c4d601c051b9933ba639eb14907298b (diff)
#87302# localized OLE 'Object' name prefix; libdl must export ImpGetResStr for libsvx
Diffstat (limited to 'svx')
-rw-r--r--svx/util/makefile.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk
index 85a1bc25d12b..c13e49f041c2 100644
--- a/svx/util/makefile.mk
+++ b/svx/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: fs $ $Date: 2001-07-25 13:58:53 $
+# last change: $Author: er $ $Date: 2001-07-25 19:01:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -191,7 +191,8 @@ SHL2STDLIBS= \
$(RTLLIB) \
$(UNOTOOLSLIB) \
$(UCBHELPERLIB) \
- $(COMPHELPERLIB)
+ $(COMPHELPERLIB) \
+ $(DBTOOLSLIB)
.IF "$(TF_UCB)" == ""
SHL2STDLIBS+=\
@@ -297,8 +298,8 @@ SRSFILELIST=\
$(SRS)$/fmcomp.srs \
$(SRS)$/engine3d.srs \
$(SRS)$/unodraw.srs \
- $(SRS)$/svxlink.srs
-
+ $(SRS)$/svxlink.srs
+
.IF "$(GUI)" != "MAC"
SRSFILELIST+= $(SOLARVERSION)$/$(INPATH)$/res$(UPDMINOREXT)$/sfx.srs
.ELSE
@@ -590,6 +591,7 @@ $(MISC)$/$(SHL2TARGET).flt: makefile.mk
@echo ImpEdCtrl >> $@
@echo ImpEdit >> $@
@echo ImpF >> $@
+ @echo +ImpGetResStr >> $@
@echo ImpGet >> $@
@echo ImpH >> $@
@echo ImpHide >> $@