briandamaged / bettermud

BetterMud from MUD Game Programming. With syntax fixes!
65 stars 30 forks source link

Update windows build and python version #3

Open JeffM2501 opened 7 years ago

JeffM2501 commented 7 years ago

This updates the windows build system to make it work in Visual Studio 2015 (may work in 2017 too). It also removes the checked in linux binary "bettermud" since it masks the folder "BetterMUD" on systems that do not have case sensitive file systems. The libraries are now build as actual libraries. 64 bit build configurations are included on windows but untested.

Python has been upgraded to 2.7.

JeffM2501 commented 7 years ago

Updated to 2017, with full 64 bit build support

briandamaged commented 7 years ago

Howdy! Thanks for all your work on this! I've noticed that additional commits have been trickling in, so I've been holding off from doing a code review / test. Let me know once you're code-complete, and I can take a look. Thanks!

JeffM2501 commented 7 years ago

That last commit gets all the platforms building. it's a good place to start. if I do anything else I'll do it in a different pull request.