Remove ScummVM

This commit is contained in:
Ehmry - 2019-03-24 13:48:20 +01:00
parent 1dc0cb8eb9
commit 807832e242
2 changed files with 0 additions and 33 deletions

View File

@ -1,32 +0,0 @@
CORE_PKGS += libc libm
NO_UNDEFINED =
# Uses Genode API to create secondary stack
GIT_VERSION = `git describe --always`
CXXFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
CFLAGS += -DSYSTEM_NOT_SUPPORTING_D_TYPE
CFLAGS += -O2
ifeq ($(ARCH),x86_64)
CFLAGS += -DSIZEOF_SIZE_T=8 -DSCUMM_64BITS
endif
include upstream/backends/platform/libretro/build/Makefile.common
include upstream/engines/engines.mk
include upstream/common/module.mk
: foreach $(SOURCES_C) |> !libretro_cc |> {libretro_objs}
: foreach $(SOURCES_CXX) |> !libretro_cxx |> {libretro_objs}
: {libretro_objs} |> !libretro_core_link |> {core}
: {core} |> !publish_core |>
#: $(TUP_CWD)/archives |> !publish_core_archives |> {package}
#: $(TUP_CWD)/runtime |> !publish_core_runtime |> {package}
ifdef DEPOT_KEY
: {binary} |> !publish_bin |> {tarballs}
: {package} |> !publish_pkg |> {tarballs}
endif

@ -1 +0,0 @@
Subproject commit 67d8eda84bf0b6d0719f134333898588faaa28b5