diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:48:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:48:41 +0000 |
commit | bdee44670078dcaef0f28f1cd9b77f914ead913a (patch) | |
tree | 1033aee589f4dfb409c1a46412da1b2f5e795336 /registry/workben | |
parent | 28958a7ae5124df4d78a21bb3f5fe9a44bc4859b (diff) |
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.
Diffstat (limited to 'registry/workben')
-rw-r--r-- | registry/workben/makefile.mk | 6 |
1 files 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 |