From 6c3183c1e69b20ed32deb7c8e8918ffe4b874660 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 15:03:22 +0000 Subject: 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 --- registry/workben/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'registry/workben') 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 -- cgit