summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/src/winfonts/module.mk
diff options
context:
space:
mode:
authorHarald Fernengel <harald@trolltech.com>2009-08-14 11:54:43 +0200
committerHarald Fernengel <harald@trolltech.com>2009-08-14 12:14:34 +0200
commit881586b9143f48ec56b05cbf0ea047b19c42fc92 (patch)
tree5c035ebedf273fec74150476c74dab1c06942c21 /src/3rdparty/freetype/src/winfonts/module.mk
parent8d87d877f96a1b59cb410287a21206ca218af7dc (diff)
Add freetype 2.3.9
Diffstat (limited to 'src/3rdparty/freetype/src/winfonts/module.mk')
-rw-r--r--src/3rdparty/freetype/src/winfonts/module.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/3rdparty/freetype/src/winfonts/module.mk b/src/3rdparty/freetype/src/winfonts/module.mk
new file mode 100644
index 000000000..b44d7f057
--- /dev/null
+++ b/src/3rdparty/freetype/src/winfonts/module.mk
@@ -0,0 +1,23 @@
+#
+# FreeType 2 Windows FNT/FON module definition
+#
+
+
+# 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,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT. By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
+
+FTMODULE_H_COMMANDS += WINDOWS_DRIVER
+
+define WINDOWS_DRIVER
+$(OPEN_DRIVER) FT_Driver_ClassRec, winfnt_driver_class $(CLOSE_DRIVER)
+$(ECHO_DRIVER)winfnt $(ECHO_DRIVER_DESC)Windows bitmap fonts with extension *.fnt or *.fon$(ECHO_DRIVER_DONE)
+endef
+
+# EOF