summaryrefslogtreecommitdiffstats
path: root/connectivity/source/dbtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:54:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:54:58 +0000
commit9558faba14bf3c61ccaf57853661f6b393cd0f07 (patch)
tree065f64a221a9abdfd7c4518052ae63a7e98b3117 /connectivity/source/dbtools
parentINTEGRATION: CWS insight01 (1.1.2); FILE ADDED (diff)
downloadcore-9558faba14bf3c61ccaf57853661f6b393cd0f07.tar.gz
core-9558faba14bf3c61ccaf57853661f6b393cd0f07.zip
INTEGRATION: CWS insight01 (1.4.114); FILE MERGED
2004/07/06 08:14:01 oj 1.4.114.4: RESYNC: (1.4-1.5); FILE MERGED 2004/07/05 13:42:32 oj 1.4.114.3: remove map file 2004/07/05 06:12:06 oj 1.4.114.2: new service for parameter substitution 2003/08/04 06:11:40 oj 1.4.114.1: #111075# ongoing work
Diffstat (limited to 'connectivity/source/dbtools')
-rw-r--r--connectivity/source/dbtools/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/connectivity/source/dbtools/makefile.mk b/connectivity/source/dbtools/makefile.mk
index 268fb62598e8..9d2ee3af35d8 100644
--- a/connectivity/source/dbtools/makefile.mk
+++ b/connectivity/source/dbtools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hjs $ $Date: 2004-06-28 16:52:42 $
+# last change: $Author: hr $ $Date: 2004-08-02 16:54:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,6 +94,7 @@ SHL1STDLIBS=\
$(VOSLIB) \
$(OSLLIB) \
$(SALLIB) \
+ $(JVMACCESSLIB) \
$(COMPHELPERLIB)
# NETBSD: somewhere we have to instantiate the static data members.
@@ -107,15 +108,17 @@ SHL1DEPN=
SHL1IMPLIB= idbtools
SHL1LIBS= $(LIB1TARGET)
-
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
DEF1NAME= $(SHL1TARGET)
+# SHL1VERSIONMAP=$(TARGET).map
DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \
$(LIB1TARGET)
+
+# DEF1EXPORTFILE= exports.dxp
DEFLIB1NAME=$(TARGET)
+
# --- Targets ----------------------------------
.INCLUDE : target.mk