Ryan C. Gordon [Mon, 02 Jan 2012 15:07:26 -0500] rev 6151
Use arts_suspend() in a loop to wait for arts to become ready.
Fixes Bugzilla #372.
Thanks to Patrice Mandin for the patch!
Ryan C. Gordon [Sun, 01 Jan 2012 20:45:31 -0500] rev 6150
Throw around some QZ_UpdateCursor() calls to fix wrongly-shown system cursor.
Fixes Bugzilla #1339.
Sam Lantinga [Mon, 02 Jan 2012 00:48:56 -0500] rev 6149
Switched to @rpath for the install path and switched minimum OS to 10.5
Used otool -L /usr/local/lib/libSDL-1.2.0.dylib to figure out what the library versions should be.
Sam Lantinga [Mon, 02 Jan 2012 00:47:54 -0500] rev 6148
Switched to @rpath for the install path and switched minimum OS to 10.5
Removed extra build configurations
Sam Lantinga [Sun, 01 Jan 2012 21:57:50 -0500] rev 6147
Updated project for release
Sam Lantinga [Sun, 01 Jan 2012 21:47:07 -0500] rev 6146
Need to define this if we're targeting deployment on 10.4
Sam Lantinga [Sun, 01 Jan 2012 16:58:00 -0500] rev 6145
Fixed bug 1337 - joystick crash due to heap corruption with btnx
Sam Lantinga [Sun, 01 Jan 2012 16:55:06 -0500] rev 6144
Fixed bug 1337 - joystick crash due to heap corruption with btnx
Sam Lantinga [Sun, 01 Jan 2012 11:18:03 -0500] rev 6143
-lmingw32 is necessary in the link line before -lSDLmain, otherwise WinMain in libSDLmain.a won't get linked in
If this happens you'll get "undefined reference to `_WinMain@16'" when trying to link applications that use SDL.
Sam Lantinga [Sat, 31 Dec 2011 18:04:17 -0500] rev 6142
Added the SDL pkg-config file to the fat build