From f5e8954c5fe7975cfb9d8e8698d6be662f75d19c Mon Sep 17 00:00:00 2001 From: John Schoenick Date: Tue, 28 Aug 2018 14:51:08 -0700 Subject: [PATCH] makefile_base.mak: Comment expected settings from configure.sh --- build/makefile_base.mak | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/makefile_base.mak b/build/makefile_base.mak index 313257ef..6c14f34a 100644 --- a/build/makefile_base.mak +++ b/build/makefile_base.mak @@ -25,6 +25,14 @@ else # (Rest of the file is the else) ## Config ## +# We expect the configure script to conditionally set the following: +# SRCDIR - Path to source +# NO_DXVK - 1 if skipping DXVK steps +# STEAMRT64_MODE - 'docker' or '' for automatic Steam Runtime container +# STEAMRT64_IMAGE - Name of the image if mode is set +# STEAMRT32_MODE - Same as above for 32-bit container (can be different type) +# STEAMRT32_IMAGE - Same as above for 32-bit container + ifeq ($(SRCDIR),) foo := $(error SRCDIR not set, do not include makefile_base directly, run ./configure.sh to generate Makefile) endif