summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-24 12:06:21 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-24 12:06:21 +0000
commit1dbd0c8f906837b0b28e4848bf3a15483ac904ba (patch)
tree46100bda0deeacd4f5a81697ab83e04752d22f68 /dbaccess/source/shared
parenta2f392d8920135e43cbe4efce988ee336ea31e01 (diff)
two new files for string
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/makefile.mk22
1 files changed, 19 insertions, 3 deletions
diff --git a/dbaccess/source/shared/makefile.mk b/dbaccess/source/shared/makefile.mk
index c873ac91bbdf..0f3331e2863c 100644
--- a/dbaccess/source/shared/makefile.mk
+++ b/dbaccess/source/shared/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:56 $
+# last change: $Author: oj $ $Date: 2000-10-24 13:06:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,7 +63,10 @@
PRJ=..$/..
PRJINC=$(PRJ)$/source
PRJNAME=dbaccess
+LIBTARGET=NO
TARGET=shared
+LIB1TARGET=$(SLB)$/dbashared.lib
+LIB2TARGET=$(SLB)$/dbushared.lib
#ENABLE_EXCEPTIONS=TRUE
@@ -78,7 +81,8 @@ TARGET=shared
SLOFILES= \
$(SLO)$/stubs.obj \
$(SLO)$/registrationhelper.obj \
- $(SLO)$/stringconstants.obj \
+ $(SLO)$/dbastrings.obj \
+ $(SLO)$/dbustrings.obj \
$(SLO)$/apitools.obj
EXCEPTIONSFILES= \
@@ -86,6 +90,18 @@ EXCEPTIONSFILES= \
$(SLO)$/registrationhelper.obj \
$(SLO)$/stubs.obj
+LIB1OBJFILES= \
+ $(SLO)$/stubs.obj \
+ $(SLO)$/registrationhelper.obj \
+ $(SLO)$/dbastrings.obj \
+ $(SLO)$/apitools.obj
+
+LIB2OBJFILES= \
+ $(SLO)$/stubs.obj \
+ $(SLO)$/registrationhelper.obj \
+ $(SLO)$/dbustrings.obj \
+ $(SLO)$/apitools.obj
+
# --- Targets ----------------------------------
.INCLUDE : target.mk