Skip to content
Snippets Groups Projects
Commit 3ca9ce28 authored by Hanicef's avatar Hanicef
Browse files

Avoid needing SDL=0 when building dedicated

parent f2a9a817
No related branches found
No related tags found
2 merge requests!2355fix newer versions of mixerx,!2246Add dedicated server build
...@@ -14,7 +14,11 @@ opts+=-I/usr/X11R6/include ...@@ -14,7 +14,11 @@ opts+=-I/usr/X11R6/include
libs+=-L/usr/X11R6/lib libs+=-L/usr/X11R6/lib
endif endif
ifndef DEDICATED
ifndef DUMMY
SDL?=1 SDL?=1
endif
endif
# In common usage. # In common usage.
ifdef LINUX ifdef LINUX
......
...@@ -17,7 +17,11 @@ sources+=win32/Srb2win.rc ...@@ -17,7 +17,11 @@ sources+=win32/Srb2win.rc
opts+=-DSTDC_HEADERS opts+=-DSTDC_HEADERS
libs+=-ladvapi32 -lkernel32 -lmsvcrt -luser32 libs+=-ladvapi32 -lkernel32 -lmsvcrt -luser32
ifndef DEDICATED
ifndef DUMMY
SDL?=1 SDL?=1
endif
endif
ifndef NOHW ifndef NOHW
opts+=-DUSE_WGL_SWAP opts+=-DUSE_WGL_SWAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment