summaryrefslogtreecommitdiff
path: root/src/smooth/module.mk
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-01-28 10:38:15 +0000
committerWerner Lemberg <wl@gnu.org>2006-01-28 10:38:15 +0000
commitf6a25503c5eddc9bd2874af68bcfad3c8efdf000 (patch)
tree39cd9c3dcebbac932c9cc8545545316a0bde36fb /src/smooth/module.mk
parent68a15ebbe4f61999368a72a2953e257513a3cbba (diff)
downloadfreetype2-f6a25503c5eddc9bd2874af68bcfad3c8efdf000.tar.gz
* devel/ftoption.h: Synchronize with
include/freetype/config/ftoption.h. * src/autofit/module.mk (add_autofit_module), src/bdf/module.mk (add_bdf_module), src/type42/module.mk (add_type42_driver): Fix whitespace. * src/smooth/module.mk (add_smooth_renderer): Add lcd and lcdv renderer classes.
Diffstat (limited to 'src/smooth/module.mk')
-rw-r--r--src/smooth/module.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/smooth/module.mk b/src/smooth/module.mk
index ead77cf30..e8b37f3d3 100644
--- a/src/smooth/module.mk
+++ b/src/smooth/module.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2000 by
+# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -18,5 +18,9 @@ make_module_list: add_smooth_renderer
add_smooth_renderer:
$(OPEN_DRIVER)ft_smooth_renderer_class$(CLOSE_DRIVER)
$(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
+ $(OPEN_DRIVER)ft_smooth_lcd_renderer_class$(CLOSE_DRIVER)
+ $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE)
+ $(OPEN_DRIVER)ft_smooth_lcdv_renderer_class$(CLOSE_DRIVER)
+ $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRIVER_DONE)
# EOF