summaryrefslogtreecommitdiff
path: root/sal/util/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:25:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:25:03 +0000
commit123fded2c1f83a7f2d5fa5b8184a60db72ec371b (patch)
tree9af2f2926dfebefd0de2d11ffd7205537720ebad /sal/util/makefile.mk
parent1e68a8809a5b53ae9854c5842753037a153bd4e3 (diff)
INTEGRATION: CWS os2port01 (1.39.96); FILE MERGED
2007/09/05 08:39:45 obr 1.39.96.3: RESYNC: (1.42-1.43); FILE MERGED 2007/08/09 09:31:17 obr 1.39.96.2: RESYNC: (1.39-1.42); FILE MERGED 2006/11/29 14:26:54 ydario 1.39.96.1: Initial OS/2 import.
Diffstat (limited to 'sal/util/makefile.mk')
-rw-r--r--sal/util/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 49f026804..fcda30b5b 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.43 $
+# $Revision: 1.44 $
#
-# last change: $Author: ihi $ $Date: 2007-08-20 13:36:35 $
+# last change: $Author: vg $ $Date: 2007-09-20 15:25:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -93,7 +93,7 @@ LIB3FILES= \
#LIB3FILES+=$(LB)$/systoolsunx.lib
#.ENDIF # UNX
-.IF "$(GUI)" == "WNT"
+.IF "$(GUI)" == "WNT" || "$(GUI)"=="OS2"
SHL1TARGET= $(TARGET)
.ELSE
SHL1TARGET= uno_$(TARGET)
@@ -136,6 +136,10 @@ SHL1STDLIBS= -lexc
.ENDIF
.ENDIF # UNX
+.IF "$(GUI)"=="OS2"
+SHL1STDLIBS=pthread.lib lvm.lib
+.ENDIF # OS2
+
# If we compile sal with STLport checking iterators
# we need to link against the STLport
.IF "$(USE_STLP_DEBUG)" != ""