Skip to content

Commit

Permalink
Update Makefile(Add CJK-efont)
Browse files Browse the repository at this point in the history
Add description that CJK-efont files(12,16 and 24px), support files(char0 font) for build. This solve problem on MacOSX 10.8 CJK-enviroment. Of course this can display even other OS.
  • Loading branch information
tkbd committed Aug 21, 2013
1 parent 4a30b4a commit 7fe9351
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion fonts_src/Makefile
Expand Up @@ -38,7 +38,10 @@ FONTS= \
Terminus16 \
Terminus22 \
CJK-12 \
CJK-16
CJK-16 \
CJK-efontB14 \
CJK-efontB16 \
CJK-efontB24


MODULES= \
Expand Down Expand Up @@ -98,6 +101,16 @@ $(FONT_DIR)/Terminus22.wingsfont: ter-u22b.bdf
$(FONT_DIR)/CJK-12.wingsfont: gulim12.bdf wenquanyi_10pt_cjk.bdf wenquanyi_10pt_cjk_char0.bdf
$(FONT_DIR)/CJK-16.wingsfont: wenquanyi_12pt_cjk.bdf wenquanyi_12pt_cjk_char0.bdf

# efont_b???.bdf sourced from efont-unicode-bdf-0.4.2.tar.bz2
# downloaded from http://openlab.jp/efont/unicode/index.html.en
#
#
$(FONT_DIR)/CJK-efontB14.wingsfont: efont_b14.bdf efont_16pt_cjk_char0.bdf
$(FONT_DIR)/CJK-efontB16.wingsfont: efont_b16.bdf efont_16pt_cjk_char0.bdf
$(FONT_DIR)/CJK-efontB24.wingsfont: efont_b24.bdf efont_24pt_cjk_char0.bdf



$(FONT_FILES): bdf2wingsfont.beam

bdf2wingsfont.beam: font_version.hrl
Expand Down

0 comments on commit 7fe9351

Please sign in to comment.