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.
This commit is contained in:
Vladimir Glazounov
2007-09-20 13:48:41 +00:00
parent 28958a7ae5
commit bdee446700

View File

@@ -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