Commit Graph

11 Commits

Author SHA1 Message Date
pelya
8876c75849 Added limited support for "configure"-like scripts 2010-07-22 15:33:19 +03:00
pelya
1e20b02f1c Updated SDL 1.3 to rev. 4563, fixed compilation 2010-07-22 11:55:12 +03:00
pelya
58b0feff64 Added CFLAGS option to ChangeAppSettings.shr, renamed Alien Blaster to separate dir and created symlink to it 2010-07-22 11:13:32 +03:00
pelya
a4cceee6db Fixed makefiles 2010-07-22 10:59:08 +03:00
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