summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-03-06 21:27:12 -0800
committerMichael Pavone <pavone@retrodev.com>2018-03-06 21:27:12 -0800
commitd738c30dec8a7c9f351094851c00a4623f339084 (patch)
treed74219313a54b16466a53f4be180093cd5775a02 /Makefile
parent94b11b186fa4cf46c64bc3fad55f74c7b5096ffe (diff)
Added support for TTC and dfont format true type fonts. More robust font selection on Windows
--HG-- branch : nuklear_ui
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7755165..a7532e4 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ endif
Z80OBJS=z80inst.o z80_to_x86.o
AUDIOOBJS=ym2612.o psg.o wave.o
CONFIGOBJS=config.o tern.o util.o paths.o
-NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o
+NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o
MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o ppm.o io.o romdb.o hash.o menu.o xband.o \
realtec.o i2c.o nor.o sega_mapper.o multi_game.o serialize.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) \