Resurrected SDL_net

This commit is contained in:
Kayne Ruse
2013-05-17 21:05:50 +10:00
parent 5ade2cc98e
commit d2087be9ac
10 changed files with 1817 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#config
CXXFLAGS+=-std=c++11 -DDEBUG
LIB=-lmingw32 -lSDLmain -lSDL -lwsock32 -lWS2_32
LIB=-lmingw32 -lSDL_net -lSDLmain -lSDL -lwsock32 -liphlpapi
#source
SRC=$(filter-out unit.cpp, $(wildcard *.cpp))