summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:42:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:42:30 +0000
commit15cf0968f6a67f3ea66937bc91e8a04ae1bbcc32 (patch)
treeec050df606aa591c2507a1fa9ad176bfb3be6573
parent03783db60489653e9e7b1de3f16f853662b92258 (diff)
INTEGRATION: CWS sdblogging (1.7.50); FILE MERGED
2007/04/11 08:52:48 fs 1.7.50.1: #i76119# build additional resource file, containing logging messages for the driver(s)
-rw-r--r--connectivity/source/resource/makefile.mk15
1 files changed, 13 insertions, 2 deletions
diff --git a/connectivity/source/resource/makefile.mk b/connectivity/source/resource/makefile.mk
index 872794a58088..53f3dd466791 100644
--- a/connectivity/source/resource/makefile.mk
+++ b/connectivity/source/resource/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: kz $ $Date: 2006-12-13 16:25:44 $
+# last change: $Author: hr $ $Date: 2007-06-27 14:42:29 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,7 @@ PRJ=..$/..
PRJINC=..
PRJNAME=connectivity
TARGET=cnr
+TARGET2=sdbcl
ENABLE_EXCEPTIONS=TRUE
@@ -63,6 +64,10 @@ SRS1NAME=conn_shared_res
SRC1FILES= \
conn_shared_res.src
+SRS2NAME=conn_log_res
+SRC2FILES= \
+ conn_log_res.src
+
# === .res file ==========================================================
RES1FILELIST=\
@@ -71,6 +76,12 @@ RES1FILELIST=\
RESLIB1NAME=$(TARGET)
RESLIB1SRSFILES=$(RES1FILELIST)
+RES2FILELIST=\
+ $(SRS)$/$(SRS2NAME).srs \
+
+RESLIB2NAME=$(TARGET2)
+RESLIB2SRSFILES=$(RES2FILELIST)
+
# --- Targets ----------------------------------
.INCLUDE : target.mk