diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-30 07:22:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-30 07:22:35 +0000 |
commit | 0dae1920472db84d985427dc73f5da1bd25bb240 (patch) | |
tree | a4b015ad90e1a4329242b6a716b23d7da3f6d67c /vcl/util/makefile.mk | |
parent | 336a34aaf745b6c3687b3de1e76b02c9c889b211 (diff) |
INTEGRATION: CWS beta2regression01 (1.43.14); FILE MERGED
2003/04/28 16:21:39 hdu 1.43.14.1: #109189# fix regression due to tune01 merge conflict
Diffstat (limited to 'vcl/util/makefile.mk')
-rw-r--r-- | vcl/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 7e46c17a3301..0ea10cd2fc61 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.43 $ +# $Revision: 1.44 $ # -# last change: $Author: vg $ $Date: 2003-04-15 13:41:34 $ +# last change: $Author: rt $ $Date: 2003-04-30 08:22:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -215,7 +215,7 @@ SHL1STDLIBS+=\ .IF "$(USE_BUILTIN_RASTERIZER)"!="" LIB1FILES += $(SLB)$/glyphs.lib - SHL1STDLIBS+= $(FREETYPELIBST) + SHL1STDLIBS+= $(FREETYPELIB) .ENDIF # USE_BUILTIN_RASTERIZER |