Modified build requirements

SDL_net needs to be _installed_ to the computer, rather than simply linked to.
This source distribution should be enough for that.
This commit is contained in:
Kayne Ruse
2013-06-12 04:36:54 +10:00
parent 7ca7f7f015
commit dfe0b4985a
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#config
LIBDIR=../libs
LOCALLIBS=$(LIBDIR)/out/libCodebase.a $(LIBDIR)/out/libSDL_net.a
LIB=$(LOCALLIBS) -lwsock32 -liphlpapi -lmingw32 -lSDLmain -lSDL
INCLUDES=$(LIBDIR)/Codebase $(LIBDIR)/SDL_net ../common
LOCALLIBS=$(LIBDIR)/out/libCodebase.a
LIB=$(LOCALLIBS) -lSDL_net -lwsock32 -liphlpapi -lmingw32 -lSDLmain -lSDL
INCLUDES=$(LIBDIR)/Codebase ../common
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
#source