summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:42:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:42:09 +0000
commit25ea8ed50e7e82ffe7e0ea48e4ebea4174ac2a60 (patch)
tree9b6236ee6804edca58d428c806a09063a0f95a5f /sal
parenta0523a687ef93ebbafa7024afdb59f0268252ffd (diff)
INTEGRATION: CWS sb17 (1.9.176); FILE MERGED
2004/06/11 07:06:04 sb 1.9.176.2: #i25672# OBJFILES still needed by util/makefile... 2004/04/05 15:34:33 sb 1.9.176.1: #i25672# Added RTL_TEXTENCODING_ADOBE_STANDARD/SYMBOL.
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/makefile.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/sal/textenc/makefile.mk b/sal/textenc/makefile.mk
index adedc551a9ce..31ec4518b386 100644
--- a/sal/textenc/makefile.mk
+++ b/sal/textenc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: hr $ $Date: 2003-03-26 16:47:12 $
+# last change: $Author: rt $ $Date: 2004-06-17 11:42:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,6 +74,7 @@ SLOFILES = \
$(SLO)$/convertiso2022cn.obj \
$(SLO)$/convertiso2022jp.obj \
$(SLO)$/convertiso2022kr.obj \
+ $(SLO)$/convertsinglebytetobmpunicode.obj \
$(SLO)$/tcvtbyte.obj \
$(SLO)$/tcvtmb.obj \
$(SLO)$/tcvtutf7.obj \
@@ -84,8 +85,6 @@ SLOFILES = \
$(SLO)$/textenc.obj \
$(SLO)$/unichars.obj
-#.IF "$(UPDATER)" != ""
-
OBJFILES = \
$(OBJ)$/context.obj \
$(OBJ)$/convertbig5hkscs.obj \
@@ -95,6 +94,7 @@ OBJFILES = \
$(OBJ)$/convertiso2022cn.obj \
$(OBJ)$/convertiso2022jp.obj \
$(OBJ)$/convertiso2022kr.obj \
+ $(OBJ)$/convertsinglebytetobmpunicode.obj \
$(OBJ)$/tcvtbyte.obj \
$(OBJ)$/tcvtmb.obj \
$(OBJ)$/tcvtutf7.obj \
@@ -105,8 +105,6 @@ OBJFILES = \
$(OBJ)$/textenc.obj \
$(OBJ)$/unichars.obj
-#.ENDIF # UPDATER
-
# Optimization off on Solaris Intel due to internal compiler error; to be
# reevaluated after compiler upgrade:
.IF "$(OS)$(CPU)" == "SOLARISI"