Tweaks for windows

This commit is contained in:
Kayne Ruse
2015-08-23 19:41:01 +10:00
parent c36c5210ab
commit dfa8683c47
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ INCLUDES+=. client_utilities entities gameplay_scenes menu_scenes ../common/debu
#libraries
#the order of the $(LIBS) is important, at least for MinGW
LIBS+=client.a ../common/libcommon.a -lSDL_net
LIBS+=client.a ../common/libcommon.a -lSDL2_net
ifeq ($(OS),Windows_NT)
LIBS+=-lwsock32 -liphlpapi -lmingw32
endif