summaryrefslogtreecommitdiff
path: root/registry/workben
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:03:22 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:03:22 +0000
commit6c3183c1e69b20ed32deb7c8e8918ffe4b874660 (patch)
tree1db0400f9daae9015fdebac886a17b6b6d7d7bf4 /registry/workben
parent5bc41de739143ab25405ba06edfda90c2ce7d12b (diff)
INTEGRATION: CWS supdremove02 (1.6.12); FILE MERGED
2008/01/28 15:14:08 rt 1.6.12.1: #i85482# Remove UPD from library name
Diffstat (limited to 'registry/workben')
-rw-r--r--registry/workben/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/registry/workben/makefile.mk b/registry/workben/makefile.mk
index 349a88be8f73..5d9985daa78a 100644
--- a/registry/workben/makefile.mk
+++ b/registry/workben/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2007-11-02 13:17:02 $
+# last change: $Author: obo $ $Date: 2008-02-25 16:03:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,11 +44,11 @@ LIBTARGET=NO
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
-CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)"
+CDEFS += -DDLL_VERSION=$(EMQ)"$(DLLPOSTFIX)$(EMQ)"
RGTLIB = rgt.lib
.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2"
-RGTLIB = -lrgt$(UPD)$(DLLPOSTFIX)
+RGTLIB = -lrgt$(DLLPOSTFIX)
.ENDIF