genode-ehmry/libretro/cores/dosbox/Tupfile

17 lines
382 B
Plaintext

include_rules
WITH_DYNAREC = @(TUP_ARCH)
# TODO: will not configure correctly for every possible TUP_ARCH
CORE_DIR = core
include $(CORE_DIR)/Makefile.common
CFLAGS += $(INCFLAGS)
SOURCES_CXX += ../../libretro-common/libco/genode.cpp
GIT_VERSION = `git describe --always`
CFLAGS += -O2 -DNDEBUG -DGIT_VERSION=\"$(GIT_VERSION)\" -D__GENODE__
include $(LIBRETRO_CORE_INCLUDE)