summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 14:57:16 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 14:57:16 +0000
commit8d433ea2754c7fd84d312baf224b02a411f9a583 (patch)
treeb53027f374d9baf39fa3260c7836da629f95ade9
parent72e0e33526c828ed1fc4516145f602f761b1f5b9 (diff)
INTEGRATION: CWS supdremove02 (1.26.30); FILE MERGED
2008/01/28 07:57:22 rt 1.26.30.1: #i85482# Remove UPD from library name
-rw-r--r--basctl/source/basicide/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk
index 4ccd96891bb7..ad32e17d8838 100644
--- a/basctl/source/basicide/makefile.mk
+++ b/basctl/source/basicide/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.26 $
+# $Revision: 1.27 $
#
-# last change: $Author: kz $ $Date: 2007-10-09 15:24:04 $
+# last change: $Author: obo $ $Date: 2008-02-25 15:57:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -96,12 +96,12 @@ SRC1FILES= basidesh.src macrodlg.src moptions.src moduldlg.src objdlg.src brkdlg
$(INCCOM)$/dllname.hxx: makefile.mk
.IF "$(GUI)"=="UNX"
$(RM) $@
- echo \#define DLL_NAME \"libbasctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
+ echo \#define DLL_NAME \"libbasctl$(DLLPOSTFIX)$(DLLPOST)\" >$@
.ELSE
.IF "$(USE_SHELL)"!="4nt"
- echo \#define DLL_NAME \"basctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
+ echo \#define DLL_NAME \"basctl$(DLLPOSTFIX)$(DLLPOST)\" >$@
.ELSE # "$(USE_SHELL)"!="4nt"
- echo #define DLL_NAME "basctl$(UPD)$(DLLPOSTFIX)$(DLLPOST)" >$@
+ echo #define DLL_NAME "basctl$(DLLPOSTFIX)$(DLLPOST)" >$@
.ENDIF # "$(USE_SHELL)"!="4nt"
.ENDIF