From c0c53373f66b2db0691c68ce8785b8d10edab055 Mon Sep 17 00:00:00 2001 From: MGislv Date: Sat, 12 Feb 2022 16:36:43 +0000 Subject: [PATCH] Update 'Makefile' --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7b874c26..883a909f 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ ifeq ($(COMPILE_PLATFORM),mingw32) endif BUILD_CLIENT = 1 -BUILD_SERVER = 1 +BUILD_SERVER = 0 -USE_SDL = 1 +USE_SDL = 0 USE_CURL = 1 USE_LOCAL_HEADERS= 0 USE_VULKAN = 1 @@ -35,10 +35,10 @@ USE_OPENGL2 = 0 USE_SYSTEM_JPEG = 0 USE_VULKAN_API = 1 -USE_RENDERER_DLOPEN = 1 +USE_RENDERER_DLOPEN = 0 -CNAME = quake3e -DNAME = quake3e.ded +CNAME = openarena +DNAME = oa_ded RENDERER_PREFIX = $(CNAME)