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
No related merge requests found
......@@ -14,7 +14,11 @@ opts+=-I/usr/X11R6/include
libs+=-L/usr/X11R6/lib
endif
ifndef DEDICATED
ifndef DUMMY
SDL?=1
endif
endif
# In common usage.
ifdef LINUX
......
......@@ -17,7 +17,11 @@ sources+=win32/Srb2win.rc
opts+=-DSTDC_HEADERS
libs+=-ladvapi32 -lkernel32 -lmsvcrt -luser32
ifndef DEDICATED
ifndef DUMMY
SDL?=1
endif
endif
ifndef NOHW
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