From df9b5e4de4ab34ab7766324ef33abc3a25efa408 Mon Sep 17 00:00:00 2001 From: Herbert Duerr Date: Fri, 15 Feb 2002 14:52:27 +0000 Subject: #97942# initial CTL support for VCL --- vcl/source/glyphs/makefile.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'vcl/source/glyphs') diff --git a/vcl/source/glyphs/makefile.mk b/vcl/source/glyphs/makefile.mk index 9e165e5d720f..6c5ae006eb3b 100644 --- a/vcl/source/glyphs/makefile.mk +++ b/vcl/source/glyphs/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hdu $ $Date: 2001-08-02 17:16:20 $ +# last change: $Author: hdu $ $Date: 2002-02-15 15:52:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,9 @@ SLOFILES=\ $(SLO)$/gcach_rbmp.obj \ $(SLO)$/gcach_vdev.obj \ $(SLO)$/gcach_ftyp.obj - +.IF "$(ENABLE_CTL)" != "" +SLOFILES+=$(SLO)$/gcach_layout.obj +.ENDIF .ENDIF # --- Targets ------------------------------------------------------ -- cgit