From: sf17k Date: Sat, 12 May 2012 05:38:33 +0000 (-0400) Subject: get it to compile on my mingw setup X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=55148f29742cb999593129d751df08b275ba0198;hp=55148f29742cb999593129d751df08b275ba0198;p=lugaru.git 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. ---