more tcp testing

This commit is contained in:
Erwin Coumans
2017-02-20 09:52:59 -08:00
parent 970de9c4d7
commit c10dfe6a80
3 changed files with 37 additions and 28 deletions

View File

@@ -13,8 +13,10 @@ project ("Test_clsocket_EchoServer")
links {"Ws2_32","Winmm"}
end
if os.is("Linux") then
defines {"_LINUX"}
end
if os.is("MacOSX") then
defines {"_DARWIN"}
end
links {"clsocket"}
@@ -38,11 +40,14 @@ project ("Test_clsocket_QueryDayTime")
defines { "WIN32" }
links {"Ws2_32","Winmm"}
end
if os.is("Linux") then
end
if os.is("MacOSX") then
end
defines {"_LINUX"}
end
if os.is("MacOSX") then
defines {"_DARWIN"}
end
links {"clsocket"}
files {