From 5bc41de739143ab25405ba06edfda90c2ce7d12b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 15:03:09 +0000 Subject: INTEGRATION: CWS supdremove02 (1.10.12); FILE MERGED 2008/01/28 15:14:08 rt 1.10.12.1: #i85482# Remove UPD from library name --- registry/tools/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'registry/tools') diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk index 4a5005bf4abc..56ab9483907e 100644 --- a/registry/tools/makefile.mk +++ b/registry/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2007-11-02 13:16:41 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:03:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ LINKFLAGSRUNPATH = -R\''$$ORIGIN/../lib:$$ORIGIN'\' .INCLUDE : ..$/version.mk # --- Files -------------------------------------------------------- -CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" +CDEFS += -DDLL_VERSION=$(EMQ)"$(DLLPOSTFIX)$(EMQ)" APP1TARGET= $(TARGET) APP1OBJS= $(OBJ)$/regmerge.obj -- cgit