summaryrefslogtreecommitdiff
path: root/basic/workben
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:55:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:55:33 +0000
commit3fc443feec0902057e64f9967ca8d634fad9dd19 (patch)
treef2a5cde3e7ece8e670a76d90f5b77edf4a246599 /basic/workben
parenta618faf1b22a7b8aa6aee2858c041ce73dbede1f (diff)
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
Diffstat (limited to 'basic/workben')
-rw-r--r--basic/workben/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk
index 650a3cef5c..51895dad98 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