summaryrefslogtreecommitdiff
path: root/connectivity/source/resource
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-29 11:21:12 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-29 11:21:12 +0000
commit4c2f7e6db996fe5c2d9913d52b2f2042adc1db6a (patch)
treec423158069357e03d906f7a2e632b8581cd0a74a /connectivity/source/resource
parent3b250f5bfa71416289a81c2bce234b4d5328df9c (diff)
INTEGRATION: CWS dba203a (1.3.76); FILE MERGED
2006/03/17 15:39:32 fs 1.3.76.1: #i60163# building resources shared across the various drivers
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r--connectivity/source/resource/makefile.mk33
1 files changed, 23 insertions, 10 deletions
diff --git a/connectivity/source/resource/makefile.mk b/connectivity/source/resource/makefile.mk
index 1c435c8ab6..634f1ea9b8 100644
--- a/connectivity/source/resource/makefile.mk
+++ b/connectivity/source/resource/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 07:41:59 $
+# last change: $Author: obo $ $Date: 2006-03-29 12:21:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,24 +34,37 @@
#*************************************************************************
PRJ=..$/..
-
+PRJINC=..
PRJNAME=connectivity
-TARGET=resource
+TARGET=$(SHARED_RES_TARGET)
+
+ENABLE_EXCEPTIONS=FALSE
-# --- Settings -----------------------------------------------------
+# --- Settings ----------------------------------
.IF "$(DBGUTIL_OJ)"!=""
ENVCFLAGS+=/FR$(SLO)$/
.ENDIF
.INCLUDE : settings.mk
-# --- Files --------------------------------------------------------
+.INCLUDE : $(PRJ)$/version.mk
+
+
+# --- Files -------------------------------------
+
+SRS1NAME=conn_shared_res
+SRC1FILES= \
+ conn_shared_res.src
+
+# === .res file ==========================================================
-SLOFILES=\
- $(SLO)$/ModuleContext.obj
+RES1FILELIST=\
+ $(SRS)$/$(SRS1NAME).srs \
+RESLIB1NAME=$(TARGET)
+RESLIB1SRSFILES=$(RES1FILELIST)
-# --- Targets ------------------------------------------------------
+# --- Targets ----------------------------------
-.INCLUDE : target.mk
+.INCLUDE : target.mk