summaryrefslogtreecommitdiff
path: root/tools/source/string
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:14:15 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:14:15 +0000
commit709a833e586f8870ed2fab36b4784fae6e48d829 (patch)
tree0b520421c0ac3331321d0c5f4cd76a4f9c0dbc46 /tools/source/string
parentc4982bb87f44d5bd5c83bd5182656f741937d11c (diff)
INTEGRATION: CWS visibility03 (1.3.258); FILE MERGED
2005/03/02 13:25:39 mhu 1.3.258.3: #i40092# Re-include makefile.pmk for symbol scoping. 2005/02/28 05:49:36 mnicel 1.3.258.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/28 03:54:57 mnicel 1.3.258.1: Issue number: 40092 Part of visibility work
Diffstat (limited to 'tools/source/string')
-rw-r--r--tools/source/string/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/string/makefile.mk b/tools/source/string/makefile.mk
index 953ef3d65b34..71cd6d75dfff 100644
--- a/tools/source/string/makefile.mk
+++ b/tools/source/string/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-01-11 12:43:10 $
+# last change: $Author: obo $ $Date: 2005-04-13 12:14:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,8 +70,10 @@ TARGET=str
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
+
ALWAYSDBGFILES = $(SLO)$/debugprint.obj
.IF "$(ALWAYSDBGFILES)" != ""
@@ -80,13 +82,11 @@ ALWAYSDBGTARGET=do_it_alwaysdebug
SLOFILES= $(SLO)$/tstring.obj \
$(SLO)$/tustring.obj \
- $(SLO)$/charset.obj \
$(SLO)$/tenccvt.obj \
$(SLO)$/debugprint.obj
OBJFILES= $(OBJ)$/tstring.obj \
$(OBJ)$/tustring.obj \
- $(OBJ)$/charset.obj \
$(OBJ)$/tenccvt.obj \
$(OBJ)$/debugprint.obj