projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
blind fix for wxGIFDecoder::ReadGIF
[wxWidgets.git]
/
src
/
freetype
/
truetype
/
module.mk
1
make_module_list: add_truetype_driver
2
3
add_truetype_driver:
4
$(OPEN_DRIVER)tt_driver_class$(CLOSE_DRIVER)
5
$(ECHO_DRIVER)truetype $(ECHO_DRIVER_DESC)Windows/Mac font files with extension *.ttf or *.ttc$(ECHO_DRIVER_DONE)
6
7
# EOF