summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-05 07:40:15 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-05 07:40:15 +0000
commitbf9d36f4157447d33f44acea25783cafdcf5cd29 (patch)
tree04801b4a535b4a905f58956dc2566e4db20d7bad /connectivity
parentc7e21668d2056a85cb3ff45cd5d1ad9a8db5b015 (diff)
linking against comphelperlib, because of the usage of comphelper::OPropertyContainer
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/adabas/makefile.mk11
-rw-r--r--connectivity/source/drivers/ado/makefile.mk11
-rw-r--r--connectivity/source/drivers/dbase/makefile.mk11
-rw-r--r--connectivity/source/drivers/jdbc/makefile.mk11
-rw-r--r--connectivity/source/drivers/odbc/makefile.mk11
5 files changed, 40 insertions, 15 deletions
diff --git a/connectivity/source/drivers/adabas/makefile.mk b/connectivity/source/drivers/adabas/makefile.mk
index 2962c8c34513..7c1a77b60b19 100644
--- a/connectivity/source/drivers/adabas/makefile.mk
+++ b/connectivity/source/drivers/adabas/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: patrick.luby $ $Date: 2000-09-23 00:23:36 $
+# last change: $Author: fs $ $Date: 2000-10-05 08:35:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -184,7 +184,12 @@ SHL1STDLIBS=\
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(OSLLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(COMPHELPERLIB)
+
+.IF "$(COMPHELPERLIB)" == ""
+SHL1STDLIBS+= icomphelp2.lib
+.ENDIF
SHL1DEPN=
SHL1IMPLIB= i$(SHL1TARGET)
diff --git a/connectivity/source/drivers/ado/makefile.mk b/connectivity/source/drivers/ado/makefile.mk
index 649e0c507b40..cf55453f9ffc 100644
--- a/connectivity/source/drivers/ado/makefile.mk
+++ b/connectivity/source/drivers/ado/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:14:21 $
+# last change: $Author: fs $ $Date: 2000-10-05 08:37:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -202,7 +202,12 @@ SHL1STDLIBS=\
$(SALLIB) \
ole32.lib \
oleaut32.lib \
- uuid.lib
+ uuid.lib \
+ $(COMPHELPERLIB)
+
+.IF "$(COMPHELPERLIB)" == ""
+SHL1STDLIBS+= icomphelp2.lib
+.ENDIF
SHL1DEPN=
SHL1IMPLIB= i$(SHL1TARGET)
diff --git a/connectivity/source/drivers/dbase/makefile.mk b/connectivity/source/drivers/dbase/makefile.mk
index 310426c0258e..5ed53ff1b8d7 100644
--- a/connectivity/source/drivers/dbase/makefile.mk
+++ b/connectivity/source/drivers/dbase/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: oj $ $Date: 2000-09-29 15:28:55 $
+# last change: $Author: fs $ $Date: 2000-10-05 08:37:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -132,7 +132,12 @@ SHL1STDLIBS=\
$(SVLIB) \
$(TOOLSLIB) \
$(UCBHELPERLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(COMPHELPERLIB)
+
+.IF "$(COMPHELPERLIB)" == ""
+SHL1STDLIBS+= icomphelp2.lib
+.ENDIF
SHL1DEPN=
SHL1IMPLIB= i$(DBASE_TARGET)
diff --git a/connectivity/source/drivers/jdbc/makefile.mk b/connectivity/source/drivers/jdbc/makefile.mk
index 8812fcaa58c4..5f65625c8814 100644
--- a/connectivity/source/drivers/jdbc/makefile.mk
+++ b/connectivity/source/drivers/jdbc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: patrick.luby $ $Date: 2000-09-22 20:57:05 $
+# last change: $Author: fs $ $Date: 2000-10-05 08:40:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -174,7 +174,12 @@ SHL1STDLIBS=\
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(OSLLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(COMPHELPERLIB)
+
+.IF "$(COMPHELPERLIB)" == ""
+SHL1STDLIBS+= icomphelp2.lib
+.ENDIF
SHL1DEPN=
SHL1IMPLIB= i$(SHL1TARGET)
diff --git a/connectivity/source/drivers/odbc/makefile.mk b/connectivity/source/drivers/odbc/makefile.mk
index b8f3669b3509..6059dfb79c8b 100644
--- a/connectivity/source/drivers/odbc/makefile.mk
+++ b/connectivity/source/drivers/odbc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: patrick.luby $ $Date: 2000-09-22 05:50:27 $
+# last change: $Author: fs $ $Date: 2000-10-05 08:40:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -164,7 +164,12 @@ SHL1STDLIBS=\
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(OSLLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(COMPHELPERLIB)
+
+.IF "$(COMPHELPERLIB)" == ""
+SHL1STDLIBS+= icomphelp2.lib
+.ENDIF
SHL1DEPN=
SHL1IMPLIB= i$(ODBC_TARGET)