summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:54:46 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:54:46 +0000
commitb09e8589f9794d7208640130e750bc43438836ce (patch)
tree2fb990fa937d11398872722f0f9db0493f548ca0 /vcl/source
parentdc34950a22d17838088d0f48fcc592d0aee2270a (diff)
INTEGRATION: CWS supdremove02 (1.22.230); FILE MERGED
2008/01/25 15:14:33 rt 1.22.230.1: #i85482# Remove UPD from library names.
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/window/makefile.mk b/vcl/source/window/makefile.mk
index 7dcbab7bf417..766b512ce351 100644
--- a/vcl/source/window/makefile.mk
+++ b/vcl/source/window/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: obo $ $Date: 2007-06-12 05:36:27 $
+# last change: $Author: obo $ $Date: 2008-02-25 16:54:46 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -100,9 +100,9 @@ SLOFILES= \
$(INCCOM)$/cuilib.hxx: makefile.mk
.IF "$(GUI)"=="UNX"
$(RM) $@
- echo \#define DLL_NAME \"libcui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
+ echo \#define DLL_NAME \"libcui$(DLLPOSTFIX)$(DLLPOST)\" >$@
.ELSE
- echo $(EMQ)#define DLL_NAME $(EMQ)"cui$(UPD)$(DLLPOSTFIX)$(DLLPOST)$(EMQ)" >$@
+ echo $(EMQ)#define DLL_NAME $(EMQ)"cui$(DLLPOSTFIX)$(DLLPOST)$(EMQ)" >$@
.ENDIF
$(SLO)$/abstdlg.obj : $(INCCOM)$/cuilib.hxx