From b4b46150b8e4d0ce8ecf67bb2a60576ae6ab9488 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 15 Jun 2001 15:15:04 +0000 Subject: Added freetype library linking for wnt remote version --- vcl/util/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'vcl/util') 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 -- cgit v1.2.3