BizHawk/waterbox/nyma/pcfx.mak

12 lines
236 B
Makefile
Raw Normal View History

2020-05-22 00:32:42 +00:00
include common.mak
SRCS += \
$(filter-out %debug.cpp,$(call cppdir,pcfx)) \
$(call cppdir,hw_cpu/v810) \
$(call cppdir,hw_video/huc6270) \
2020-06-09 12:15:06 +00:00
$(call cppdir,hw_sound/pce_psg) \
$(CD_SRCS) \
pcfx.cpp
2020-05-22 00:32:42 +00:00
include ../common.mak