summaryrefslogtreecommitdiffstats
path: root/connectivity/source/resource
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-15 12:54:03 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-15 12:54:03 +0000
commit8d4e7a44131cc682ef56c60e970003d32cb6cf9c (patch)
treed5e331160434ca67515fdfbc8075b369bfc4110d /connectivity/source/resource
parentINTEGRATION: CWS ause066 (1.21.144); FILE MERGED (diff)
downloadcore-8d4e7a44131cc682ef56c60e970003d32cb6cf9c.tar.gz
core-8d4e7a44131cc682ef56c60e970003d32cb6cf9c.zip
INTEGRATION: CWS ause066 (1.5.64); FILE MERGED
2006/08/30 11:15:15 hjs 1.5.64.2: #i69093# cleanup variable usage 2006/08/30 10:21:48 oj 1.5.64.1: remove unused defines from version.mk
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r--connectivity/source/resource/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/source/resource/makefile.mk b/connectivity/source/resource/makefile.mk
index ec9b92d98f99..40b606c64b25 100644
--- a/connectivity/source/resource/makefile.mk
+++ b/connectivity/source/resource/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hr $ $Date: 2006-06-20 02:09:36 $
+# last change: $Author: obo $ $Date: 2006-09-15 13:54:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
PRJ=..$/..
PRJINC=..
PRJNAME=connectivity
-TARGET=$(SHARED_RES_TARGET)
+TARGET=cnr
ENABLE_EXCEPTIONS=TRUE
@@ -45,6 +45,8 @@ ENABLE_EXCEPTIONS=TRUE
ENVCFLAGS+=/FR$(SLO)$/
.ENDIF
+CDEFS+=-DCONN_SHARED_RESOURCE_FILE=$(TARGET)
+
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/version.mk