Use curl by default. Use Makefile.local to diable it if you need

This commit is contained in:
sago007
2018-02-06 19:40:49 +01:00
parent 19b9d3d3bd
commit bf8b294d46

View File

@@ -28,17 +28,14 @@ endif
OPTIMIZE += -flto OPTIMIZE += -flto
# Can't use CURL on my system atm
ifndef USE_CURL
USE_CURL=0
endif
# This doesn't work with OpenArena yet # This doesn't work with OpenArena yet
BUILD_RENDERER_OPENGL2=0 BUILD_RENDERER_OPENGL2=0
# You can disable the renderer libraries and build in the OA renderer by default # You can disable the renderer libraries and build in the OA renderer by default
USE_RENDERER_DLOPEN=0 USE_RENDERER_DLOPEN=0
ifndef USE_CONSOLE_WINDOW
USE_CONSOLE_WINDOW=1 # use an early console window (WIN32 only) USE_CONSOLE_WINDOW=1 # use an early console window (WIN32 only)
endif
# renderer_oa - This causes compiling issues on Linux and does not work yet. # renderer_oa - This causes compiling issues on Linux and does not work yet.
USE_FALLBACK_GLSL=0 USE_FALLBACK_GLSL=0
@@ -58,15 +55,6 @@ CLIENTBIN=openarena
SERVERBIN=oa_ded SERVERBIN=oa_ded
COPYDIR=/usr/local/games/openarena COPYDIR=/usr/local/games/openarena
# Cross compiling: 64-bit Windows
# PLATFORM=mingw32
# ARCH=x86_64
# USE_CODEC_VORBIS=0
#
# Cross compiling: 32-bit Windows
# PLATFORM=mingw32
# ARCH=x86
# USE_CODEC_VORBIS=0
# DEBUG_CFLAGS=-ggdb -O0 # DEBUG_CFLAGS=-ggdb -O0