pelya
30776b9bd1
Fixed compilation
2010-07-08 18:40:39 +03:00
pelya
c280a42120
Converted Alien Blaster data to .png and .ogg format, saves 4 Mb
2010-06-08 16:14:17 +03:00
pelya
10b4aa0250
Added sdl_ttf and freetype libs
2010-05-18 16:18:11 +03:00
pelya
cac11c5812
Added glxgears demo to check OpenGL+SDL, but it does not work
2010-05-13 19:26:15 +03:00
pelya
5cfa74a057
Removed debug spam, fixed issue in libstlport - seems that it cannot be linked dynamically because
...
it has some export symbols with length bigger than 128, and app hangs when trying to access them.
Fortunately libstlport has MIT-like license, so it can be linked to closed-source apps statically.
2010-05-13 14:54:11 +03:00
pelya
a8002c54ee
Added SDL_image to application include path, removed Java-specific defines from application makefile
2010-05-11 12:53:35 +03:00
pelya
24dce42157
Converted all libs from shared to static - it will allow closed-source apps to use LGPL-ed libsdl,
...
and will solve some cross-referencing problems, like SDL_init called from static constructors.
2010-05-06 18:46:42 +03:00