summaryrefslogtreecommitdiff
path: root/comphelper/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 15:40:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 15:40:40 +0000
commitc4a00c763dc64bb631bf286df0f79f60e760f3de (patch)
tree0ee51a848ca42391922383bed649c8f46e69adb5 /comphelper/util
parent8d73420e1ff897f3856f143fb4f3e72b601b4ffb (diff)
INTEGRATION: CWS os2port01 (1.11.18); FILE MERGED
2007/08/01 08:36:04 obr 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2006/12/28 14:52:52 ydario 1.11.18.1: OS/2 initial import.
Diffstat (limited to 'comphelper/util')
-rw-r--r--comphelper/util/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk
index ccdcf46fd5e4..fdbcf02595b3 100644
--- a/comphelper/util/makefile.mk
+++ b/comphelper/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: obo $ $Date: 2006-10-13 11:41:48 $
+# last change: $Author: vg $ $Date: 2007-09-20 16:40:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,6 +54,9 @@ LIB1FILES= $(SLB)$/container.lib \
$(SLB)$/xml.lib
SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR)$(COMID)
+.IF "$(GUI)" == "OS2"
+SHL1TARGET=comph$(COMPHLP_MAJOR)
+.ENDIF
SHL1STDLIBS= \
$(SALLIB) \
$(SALHELPERLIB) \