Skip to content
Snippets Groups Projects
Commit a44cb494 authored by Logan Aerl Arias's avatar Logan Aerl Arias Committed by Hanicef
Browse files

Update dedicated.mk

remove the need for libPNG in dedicated server build
parent ea66bffc
Branches
Tags
2 merge requests!2355fix newer versions of mixerx,!2246Add dedicated server build
makedir:=$(makedir)/Dedicated makedir:=$(makedir)/Dedicated
sources+=$(call List,dedicated/Sourcefile) sources+=$(call List,dedicated/Sourcefile)
opts+=-DDEDICATED opts+=-DDEDICATED
ifdef FREEBSD ifdef FREEBSD
# on FreeBSD, we have to link to libpthread explicitly # on FreeBSD, we have to link to libpthread explicitly
libs+=-lpthread libs+=-lpthread
endif endif
ifdef MINGW ifdef MINGW
libs+=-mconsole libs+=-mconsole
endif endif
ifndef NOTHREADS ifndef NOTHREADS
opts+=-DHAVE_THREADS opts+=-DHAVE_THREADS
sources+=dedicated/i_threads.c sources+=dedicated/i_threads.c
endif endif
NOOPENMPT=1 NOOPENMPT=1
NOGME=1 NOGME=1
NOHW=1 NOHW=1
NOUPNP=1 NOUPNP=1
NOPNG=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment