summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-07-25 12:58:53 +0000
committerFrank Schönheit <fs@openoffice.org>2001-07-25 12:58:53 +0000
commit53d3141b965f7c3eb8dfefe3830bef72112f3a4d (patch)
treea36ea1b052e01e4baa80b7a227e5fb1512821c5e /svx
parenta003f6fd74a4b3a191e076f2c4572b1ddf0fe58f (diff)
#88927# don't link against DBTOOLS anymore
Diffstat (limited to 'svx')
-rw-r--r--svx/util/makefile.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk
index 82eff548e93b..85a1bc25d12b 100644
--- a/svx/util/makefile.mk
+++ b/svx/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: cl $ $Date: 2001-03-19 09:53:25 $
+# last change: $Author: fs $ $Date: 2001-07-25 13:58:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -191,8 +191,7 @@ SHL2STDLIBS= \
$(RTLLIB) \
$(UNOTOOLSLIB) \
$(UCBHELPERLIB) \
- $(COMPHELPERLIB) \
- $(DBTOOLSLIB)
+ $(COMPHELPERLIB)
.IF "$(TF_UCB)" == ""
SHL2STDLIBS+=\
@@ -275,7 +274,6 @@ LIB2TARGET =$(SLB)$/dl.lib
LIB2FILES = $(LIBEXTRAFILES)
.ELSE
LIB1FILES+=$(LIBEXTRAFILES)
-SHL1STDLIBS+=$(DBTOOLSLIB)
.ENDIF
.IF "$(GUI)" == "OS2" || "(GUIBASE)" == "WIN"
@@ -659,6 +657,7 @@ $(MISC)$/$(SHL2TARGET).flt: makefile.mk
@echo ??_G>>$@
@echo ??_H>>$@
@echo ??_I>>$@
+ @echo ___CT>>$@
# @echo ?CreateType@>>$@
# @echo ?LinkStub>>$@
.ENDIF