607011 / impac-t

A Breakout/Bolo clone, improved with a physics engine
15 stars 11 forks source link

Compiling with Visual Studio 2015 #36

Open richardeigenmann opened 7 years ago

richardeigenmann commented 7 years ago

If I clone the repo and point my Visual Studio 2015 at it the NuGet Package Manger downloads a ton of stuff and eventually gives up on zlib.lib.

Being new to VS2015 I have manged to "fix" much of the Project > Impact Property Pages > Linker > Input > Additional Dependencies > Edit by removing many of the .lib declarations that are Inherited anyway. glew and zlib also seem to have stopped complaining after having been removed. Perhaps NuGet has opinions about how they should be linked?

I am stuck on UniversalCRT_Library paths and obscure ucrt\x86obj link errors-

Could someone with write access to the repo pull it down and check out the dependencies and bring the repo up-to-date please?

Thanks Richard