diff options
author | Herbert Duerr <hdu@openoffice.org> | 2002-02-15 14:52:27 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2002-02-15 14:52:27 +0000 |
commit | df9b5e4de4ab34ab7766324ef33abc3a25efa408 (patch) | |
tree | 875213dd5a1adeae2e234f1dbba63be50a292403 /vcl/source/glyphs | |
parent | 5a58fb16159c07b7d3a074da35609f94d4dbbe39 (diff) |
#97942# initial CTL support for VCL
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r-- | vcl/source/glyphs/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
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 ------------------------------------------------------ |