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
This commit is contained in:
Vladimir Glazounov
2007-09-20 14:55:33 +00:00
parent 17c47cb8cc
commit e644c20355

View File

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