diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 14:11:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 14:11:53 +0000 |
commit | 27f1e9c49c446093b30032fe05fe882b03326f3e (patch) | |
tree | 3a5640c51d792d432cc95eba1b8a2ea0d6d6e50c /vcl/source/gdi/makefile.mk | |
parent | 6917e23882836e72af99fc25fda10284f777631d (diff) |
INTEGRATION: CWS perform07 (1.23.80); FILE MERGED
2005/11/03 12:20:03 pl 1.23.80.1: #i56265# bye bye DefaultFontConfigItem, welcome DefaultFontConfiguration
Diffstat (limited to 'vcl/source/gdi/makefile.mk')
-rw-r--r-- | vcl/source/gdi/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/gdi/makefile.mk b/vcl/source/gdi/makefile.mk index 1b1fa1c6635e..2e0a0fe4db38 100644 --- a/vcl/source/gdi/makefile.mk +++ b/vcl/source/gdi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: rt $ $Date: 2005-09-09 12:03:54 $ +# last change: $Author: rt $ $Date: 2006-05-04 15:11:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -123,6 +123,7 @@ EXCEPTIONSFILES= $(SLO)$/outdev.obj \ $(SLO)$/gfxlink.obj \ $(SLO)$/print.obj \ $(SLO)$/impgraph.obj \ + $(SLO)$/fontcfg.obj \ $(SLO)$/bmpconv.obj \ $(SLO)$/pdfextoutdevdata.obj \ $(SLO)$/impimagetree.obj \ |