mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
SERVERONLY? what SERVERONLY? :) the only files left with it are windows specific
This commit is contained in:
parent
74d4cd2399
commit
0ae1fc6f3f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ CL_X11_libs=-lX11 -lXext
|
|||
DIRECTORIES=
|
||||
vpath %.a $(patsubst @%,%,$(DIRECTORIES)) /usr/lib
|
||||
|
||||
CPPFLAGS=-I . -I ../include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp -DSERVERONLY
|
||||
CPPFLAGS=-I . -I ../include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp
|
||||
CFLAGS=-Wall -Werror
|
||||
CXXFLAGS=-Wall -Werror
|
||||
LDFLAGS=-L/usr/X11R6/lib
|
||||
|
|
Loading…
Reference in a new issue