Commit fd37a320 authored by Jon Parshall's avatar Jon Parshall Committed by Alexandre Julliard

fonts: Add the Symbol font.

parent 4e0c277d
......@@ -48,6 +48,7 @@ BITMAP_FONTS = \
TRUETYPE_FONTS = \
marlett.ttf \
symbol.ttf \
tahoma.ttf \
tahomabd.ttf
......@@ -178,6 +179,9 @@ cvgasys.fon: $(SRCDIR)/system.ttf
marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/marlett.ttf $@)
symbol.ttf: $(TOPSRCDIR)/fonts/symbol.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/symbol.ttf $@)
tahoma.ttf: $(TOPSRCDIR)/fonts/tahoma.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/tahoma.ttf $@)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment