summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 15:25:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 15:25:28 +0000
commitff35b43ddae2578eaef51be0ba8e2d94fdefec1c (patch)
tree5a0216a57245ba7f65bafda724cc779b86095f6c /vcl/util
parent2d7266003e063c8ade1ec0e7e8e80460a8e5d6b5 (diff)
INTEGRATION: CWS os2port01 (1.81.38); FILE MERGED
2007/09/05 12:36:39 obr 1.81.38.3: RESYNC: (1.94-1.98); FILE MERGED 2007/08/13 13:37:27 obr 1.81.38.2: RESYNC: (1.81-1.94); FILE MERGED 2006/11/29 14:34:23 ydario 1.81.38.1: Initial OS/2 import.
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk
index 1db5b0dca7c2..148d3dfca604 100644
--- a/vcl/util/makefile.mk
+++ b/vcl/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.98 $
+# $Revision: 1.99 $
#
-# last change: $Author: hr $ $Date: 2007-08-02 15:00:59 $
+# last change: $Author: vg $ $Date: 2007-09-20 16:25:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -241,6 +241,11 @@ LINKFLAGSSHL += /ENTRY:LibMain@12
.ENDIF
.ENDIF
+# --- OS2 ----------------------------------------------------------------
+
+.IF "$(GUI)" == "OS2"
+SHL1STDLIBS += ft2lib.lib
+.ENDIF
# --- UNX ----------------------------------------------------------------