From bdee44670078dcaef0f28f1cd9b77f914ead913a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 13:48:41 +0000 Subject: [PATCH] INTEGRATION: CWS os2port01 (1.2.34); FILE MERGED 2007/07/18 07:20:03 obr 1.2.34.2: RESYNC: (1.2-1.4); FILE MERGED 2006/12/28 15:03:32 ydario 1.2.34.1: OS/2 initial import. --- registry/workben/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/workben/makefile.mk b/registry/workben/makefile.mk index a8cd666ee2f9..63e4e0821151 100644 --- a/registry/workben/makefile.mk +++ b/registry/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:56:04 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:48:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ LIBTARGET=NO CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\" RGTLIB = rgt.lib -.IF "$(GUI)"=="UNX" +.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2" RGTLIB = -lrgt$(UPD)$(DLLPOSTFIX) .ENDIF