genode-ehmry/libretro/cores/mgba/Tupfile

15 lines
317 B
Plaintext

include_rules
GIT_VERSION = `git describe --always`
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
CFLAGS += -O3
CFLAGS += -DHAVE_STRNDUP -DHAVE_STRDUP -DDISABLE_THREADING
CORE_DIR = core
include $(CORE_DIR)/libretro-build/Makefile.common
CFLAGS += $(RETRODEFS)
CFLAGS += $(INCLUDES)
include $(LIBRETRO_CORE_INCLUDE)