summaryrefslogtreecommitdiff
path: root/registry/workben
diff options
context:
space:
mode:
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