[Super-tux-devel] supertux port to win32
Brought to you by:
wkendrick
From: Matze B. <ma...@br...> - 2004-03-22 02:17:37
|
Hi, I just did some fixes/changes to make supertux compiling on mingw32/msys. The patch is attached to this mail. Changes in the patch: -fixed configure script -added mk/autoconf directory which should contain all needed .m4 files -added m4 macros for sdl, gl and pthreads(used by the gl macro) -include dirent.h to make opendir/readdir working on mingw -fixed some invocations of mkdir -set DATA_PREFIX to ./data on win32 -removed the ability to compile with NOSOUND since it was broken and not very usefull IMO -remove strange #ifdef LINUXisms -removed several #include <pwd.h> since sine no getpw* functions are used and mingw doesn't have a pwd.h Greetings, Matze PS: answers please CC to me, since I'm still not subscribed to the list... |