]> git.jsancho.org Git - lugaru.git/commit
get it to compile on my mingw setup
authorsf17k <sf171k@gmail.com>
Sat, 12 May 2012 05:38:33 +0000 (01:38 -0400)
committersf17k <sf171k@gmail.com>
Sat, 12 May 2012 05:38:33 +0000 (01:38 -0400)
commit55148f29742cb999593129d751df08b275ba0198
tree1c9054acd1cefed214e450b3d608f9e8d7bdc834
parent253b1aa9cfce1e8b1fc12b74d96a7808f615d783
get it to compile on my mingw setup
gcc's float.h is missing _fpclass(). mingw's float.h should work but for some reason it wasn't being used. using math.h fixes the problem.
the linker was being passed .def files, so I removed those.
CMakeLists.txt
Source/WinDefs.h