iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Fix CMake support for MinGW, MSVC, and others #233

Closed fkaa closed 8 years ago

fkaa commented 8 years ago

This improves the general building experience by integrating with the newly created sourceball for windows. Most fixes involves either adding #ifdef WIN32 or replacing GCC-specific extensions with more portable solutions.

Has been tested with MSVC 15 and MinGW64.

fkaa commented 8 years ago

Merging this soon unless anyone has any objections. :shipit: