summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-06-15 15:15:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-06-15 15:15:04 +0000
commitb4b46150b8e4d0ce8ecf67bb2a60576ae6ab9488 (patch)
tree0dbc5910151d964eb303dc0ec798441ff0baefa5 /vcl/util
parent7c52761ae175dc9b027fc03413ae458fe62f15db (diff)
Added freetype library linking for wnt remote version
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk
index 3a1e34b3308d..5da6ee7ea1d6 100644
--- a/vcl/util/makefile.mk
+++ b/vcl/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: pluby $ $Date: 2001-06-11 20:19:08 $
+# last change: $Author: vg $ $Date: 2001-06-15 16:15:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -258,6 +258,10 @@ SHL1STDLIBS += gdi32.lib \
advapi32.lib \
imm32.lib
+.IF "$(remote)" != ""
+SHL1STDLIBS+= freetype.lib
+.ENDIF
+
.IF "$(GUI)$(COM)$(CPU)" == "WNTMSCI"
LINKFLAGSSHL += /ENTRY:LibMain@12
.ENDIF