SLikeNetâ„¢ is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.
Recently i've pulled the project and tried to compile under linux targeting windows.
Unfortunately i had to make one little change to run the mingw cross-compiler.
I suggest adding this small change to the main project, simply to run cross-compilation
without any errors (as we all know, Linux is case-sensitive).
NOTE: (decapitalization in #pragma comment part isn't necessary)
Hi!
Recently i've pulled the project and tried to compile under linux targeting windows. Unfortunately i had to make one little change to run the mingw cross-compiler.
I suggest adding this small change to the main project, simply to run cross-compilation without any errors (as we all know, Linux is case-sensitive).
NOTE: (decapitalization in #pragma comment part isn't necessary)