1
0
Fork 0

Update 'Makefile'

This commit is contained in:
MGislv 2022-02-12 16:36:43 +00:00
parent 8e0e7f57e5
commit c0c53373f6
1 changed files with 5 additions and 5 deletions

View File

@ -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)