YetiTech-Studios / UE4GameLiftClientSDK

Gamelift Client SDK for Unreal Engine 4.
MIT License
79 stars 41 forks source link

Update the binaries to support Visual Studio 15 2017 Win64 #10

Closed SyedAman closed 6 years ago

SyedAman commented 6 years ago

Used the following commands to build these binaries:

$ cmake <path> -G "Visual Studio 15 2017 Win64"
$ msbuild ALL_BUILD.vcxproj /p:Configuration=Release

I didn't include the -DBUILD_FOR_UNREAL=1 in the cmake command. I'm not sure if this is what we are supposed to use, but these binaries are confirmed working.

Your current binaries didn't work for my VS 2017 build of UE4.