summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 14:54:35 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 14:54:35 +0000
commit934c06a1a603ee29a9ec751fd0ae89b059754bf2 (patch)
treec7ade910463328232ea7b1ef949657f13a586f7e /sw/source/ui/dialog
parent8dadae9042cf872574fd1aca16e5d83a8828bd36 (diff)
INTEGRATION: CWS supdremove02 (1.19.176); FILE MERGED
2008/01/28 15:48:14 rt 1.19.176.1: #i85482# Remove UPD from library name
Diffstat (limited to 'sw/source/ui/dialog')
-rw-r--r--sw/source/ui/dialog/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/dialog/makefile.mk b/sw/source/ui/dialog/makefile.mk
index 734e5f40d65c..0e37aff82661 100644
--- a/sw/source/ui/dialog/makefile.mk
+++ b/sw/source/ui/dialog/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: hr $ $Date: 2007-09-27 11:37:21 $
+# last change: $Author: obo $ $Date: 2008-02-25 15:54:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -92,12 +92,12 @@ LIB1OBJFILES = \
$(INCCOM)$/swuilib.hxx: makefile.mk
.IF "$(GUI)"=="UNX"
$(RM) $@
- echo \#define DLL_NAME \"libswui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
+ echo \#define DLL_NAME \"libswui$(DLLPOSTFIX)$(DLLPOST)\" >$@
.ELSE
.IF "$(USE_SHELL)"!="4nt"
- echo \#define DLL_NAME \"swui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
+ echo \#define DLL_NAME \"swui$(DLLPOSTFIX)$(DLLPOST)\" >$@
.ELSE # "$(USE_SHELL)"!="4nt"
- echo #define DLL_NAME "swui$(UPD)$(DLLPOSTFIX)$(DLLPOST)" >$@
+ echo #define DLL_NAME "swui$(DLLPOSTFIX)$(DLLPOST)" >$@
.ENDIF # "$(USE_SHELL)"!="4nt"
.ENDIF