mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-24 20:52:13 +00:00
24 lines
333 B
Makefile
24 lines
333 B
Makefile
makedir:=$(makedir)/Dedicated
|
|
|
|
sources+=$(call List,dedicated/Sourcefile)
|
|
|
|
opts+=-DDEDICATED
|
|
|
|
ifdef FREEBSD
|
|
# on FreeBSD, we have to link to libpthread explicitly
|
|
libs+=-lpthread
|
|
endif
|
|
|
|
ifdef MINGW
|
|
libs+=-mconsole
|
|
endif
|
|
|
|
ifndef NOTHREADS
|
|
opts+=-DHAVE_THREADS
|
|
sources+=dedicated/i_threads.c
|
|
endif
|
|
|
|
NOOPENMPT=1
|
|
NOGME=1
|
|
NOHW=1
|
|
NOUPNP=1
|