comparison Makefile @ 1909:508522f08e4d

Initial stab at VGM logging support
author Michael Pavone <pavone@retrodev.com>
date Fri, 27 Mar 2020 00:03:58 -0700
parents 4c322abd9fa5
children 9fd4bedc1a31
comparison
equal deleted inserted replaced
1908:c3d49c338224 1909:508522f08e4d
192 M68KOBJS+= m68k_core.o m68k_core_x86.o 192 M68KOBJS+= m68k_core.o m68k_core_x86.o
193 TRANSOBJS+= gen_x86.o backend_x86.o 193 TRANSOBJS+= gen_x86.o backend_x86.o
194 endif 194 endif
195 endif 195 endif
196 endif 196 endif
197 AUDIOOBJS=ym2612.o psg.o wave.o 197 AUDIOOBJS=ym2612.o psg.o wave.o vgm.o
198 CONFIGOBJS=config.o tern.o util.o paths.o 198 CONFIGOBJS=config.o tern.o util.o paths.o
199 NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o 199 NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o
200 RENDEROBJS=ppm.o controller_info.o render_audio.o 200 RENDEROBJS=ppm.o controller_info.o render_audio.o
201 ifdef USE_FBDEV 201 ifdef USE_FBDEV
202 RENDEROBJS+= render_fbdev.o 202 RENDEROBJS+= render_fbdev.o