KelvinShadewing / brux-gdk

Free runtime and development kit using SDL and Squirrel
GNU Affero General Public License v3.0
39 stars 20 forks source link

Reduce CMake to 2.7, Visual C++ Compiler Tweaks, 64bit CrashFix, SDL_Delay BugFix #8

Closed joseph-montanez closed 6 years ago

joseph-montanez commented 6 years ago

Clion and Visual Studio both ships with CMake 2.7 and the required CMake was set to 2.8. Reducing it doesn't hurt since there were no 2.8 features used.

The other issue is MSVC compiler does not support realpath and has it own methods for it. So some changes were made to support MSVC.