This now builds using an external SDL_net

This commit is contained in:
Kayne Ruse
2013-07-14 22:45:47 +10:00
parent 977c2b24fb
commit 28b491587c
17 changed files with 14 additions and 1856 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#config
LIBDIR=..
LOCALLIBS=
LIB=
INCLUDES=$(LIBDIR)/SDL_net
LIB=-lSDL_net
INCLUDES=
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
#source