summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1c435c8ab658..634f1ea9b826 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