Entire project now builds using the local version of SDL_net

This commit is contained in:
Kayne Ruse
2013-07-01 17:57:11 +10:00
parent 2089105695
commit 6bee9b021d
13 changed files with 18 additions and 27 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#config
LIBDIR=..
LOCALLIBS=$(LIBDIR)/out/libCodebase.a
LOCALLIBS=
LIB=
INCLUDES=$(LIBDIR)/Codebase
INCLUDES=$(LIBDIR)/SDL_net $(LIBDIR)/Codebase
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
#source