*nix ENet build fix. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4390 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-03-22 13:21:03 +00:00
parent dd5f71e3ff
commit cf14fef6c5
2 changed files with 2 additions and 0 deletions

View file

@ -331,6 +331,7 @@ endif
ifeq ($(PLATFORM),WII)
override USE_LIBVPX = 0
override NETCODE = 0
endif
ifeq ($(PLATFORM),GCW)
override USE_LIBVPX = 0

View file

@ -38,6 +38,7 @@ ifeq ($(PLATFORM),WINDOWS)
OBJ=obj_win
else
OBJECTS+= $(OBJ)/unix.o
OURCFLAGS+= -DHAS_SOCKLEN_T
endif
# OBJECTS=$(SOURCES:%.c=$(OBJ)/%.o)