From e644c20355d1b384362e66c19d9e61a113eef5cb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 14:55:33 +0000 Subject: [PATCH] INTEGRATION: CWS os2port01 (1.5.64); FILE MERGED 2007/08/10 11:08:30 obr 1.5.64.2: RESYNC: (1.5-1.7); FILE MERGED 2006/12/28 14:32:28 ydario 1.5.64.1: OS/2 initial import --- basic/workben/makefile.mk | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk index 650a3cef5c87..51895dad9847 100644 --- a/basic/workben/makefile.mk +++ b/basic/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:18:34 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:55:33 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,11 +70,14 @@ APP1STDLIBS= \ # $(SALLIB) #.ENDIF +.IF "$(GUI)"!="OS2" APP1LIBS= \ - $(LB)$/basic.lib \ + $(LB)$/basic.lib +.ENDIF +APP1LIBS+= \ $(LB)$/app.lib \ $(LB)$/sample.lib -.IF "$(GUI)"=="UNX" +.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2" APP1STDLIBS+= \ $(BASICLIB) .ENDIF