Skip to content
Snippets Groups Projects
Commit 00d1cbfd authored by Alam Ed Arias's avatar Alam Ed Arias Committed by Hanicef
Browse files

Revert "Update dedicated.mk

This reverts commit a5ef4247.

Also, undo the DOS EOL
parent a44cb494
No related branches found
No related tags found
No related merge requests found
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