From: SourceForge.net <no...@so...> - 2009-02-22 06:37:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6488068 By: executedata I just posted the win32 binaries at http://executedata.blogspot.com/2009/02/tanktank-for-windows.html msvc 9 didn't like my syntax, I gave up and went with mingw. The biggest problem was building the dependencies. I couldn't get ImageMagick to link and SDL_mixer just crashed the linker. After that, mingw's win32api provided all the windows headers and I just remove the linux specific things from SexyAppBase. Like usleep, the HOME env var, and running glxinfo and parsing the output. I will post a diff if I can get it cleaned up, I left a lot of cruft that wouldn't diff cleanly. This is also on tuxcap 1.3.09. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=710424 |