genode-ehmry/libretro/cores/fceumm/Tupfile

16 lines
392 B
Plaintext

include_rules
GIT_VERSION = `git describe --always`
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
CFLAGS += -O2 -DNDEBUG
CFLAGS += -DWANT_GRIFFIN
CORE_DIR = core/src
include $(CORE_DIR)/../Makefile.common
CFLAGS += -DSOUND_QUALITY=0 -DPATH_MAX=1024 -DFCEU_VERSION_NUMERIC=9813 -DINLINE=inline -DPSS_STYLE=1
CFLAGS += -Wno-write-strings
CFLAGS += $(INCFLAGS)
include $(LIBRETRO_CORE_INCLUDE)