genode-ehmry/libretro/cores/dosbox/Tupfile

17 lines
382 B
Plaintext
Raw Normal View History

2019-02-26 22:37:50 +01:00
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)
2019-02-27 17:05:23 +01:00
SOURCES_CXX += ../../libretro-common/libco/genode.cpp
2019-02-26 22:37:50 +01:00
GIT_VERSION = `git describe --always`
2019-02-27 17:05:23 +01:00
CFLAGS += -O2 -DNDEBUG -DGIT_VERSION=\"$(GIT_VERSION)\" -D__GENODE__
2019-02-26 22:37:50 +01:00
include $(LIBRETRO_CORE_INCLUDE)