summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:52:26 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:52:26 +0000
commitb1e088d273f741528138d4877f5997fc91141cb4 (patch)
treee87f5a60cf2a4ac895b39f1556bba511629d4bd9 /xmloff
parentece1ea8af3098c1dba09a66334cb83a2475b2649 (diff)
INTEGRATION: CWS supdremove02 (1.11.66); FILE MERGED
2008/01/28 10:43:13 rt 1.11.66.1: #i85482# Remove UPD from library name
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/transform/makefile.mk b/xmloff/source/transform/makefile.mk
index 76916aaa12e8..8572ffab43ee 100644
--- a/xmloff/source/transform/makefile.mk
+++ b/xmloff/source/transform/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: hr $ $Date: 2007-11-02 12:40:32 $
+# last change: $Author: obo $ $Date: 2008-02-25 16:52:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@ ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
-SHL1TARGET = $(TARGET)$(UPD)$(DLLPOSTFIX)
+SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
SHL1OBJS = \
$(SLO)$/ChartOASISTContext.obj \
$(SLO)$/ChartOOoTContext.obj \
@@ -91,7 +91,7 @@ SHL1STDLIBS = \
$(SALLIB) \
$(TOOLSLIB)
.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2"
- SHL1STDLIBS += -lxo$(OFFICEUPD)$(DLLPOSTFIX)
+ SHL1STDLIBS += -lxo$(DLLPOSTFIX)
.ELSE
SHL1STDLIBS += ixo.lib
.ENDIF