SDL 2 with some patches plus png updates. So far, CG compiles but doen't

link yet
This commit is contained in:
Gerhard Stein
2013-10-09 21:06:11 +02:00
parent 4606e9c190
commit 111bb3ea82
700 changed files with 312872 additions and 541 deletions

View File

@@ -3,7 +3,7 @@
AppSettingVersion=19
# libSDL version to use (1.2 or 1.3, specify 1.3 for SDL2)
LibSdlVersion=1.2
LibSdlVersion=2.0
# Specify application name (e.x. My Application)
AppName="Commander Genius"
@@ -184,7 +184,7 @@ DeleteFilesOnUpgrade="%"
# Optional shared libraries to compile - removing some of them will save space
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed
# Available libraries: mad (GPL-ed!) sdl_mixer sdl_image sdl_ttf sdl_net sdl_blitpool sdl_gfx sdl_sound intl xml2 lua jpeg png ogg flac tremor vorbis freetype xerces curl theora fluidsynth lzma lzo2 mikmod openal timidity zzip bzip2 yaml-cpp python boost_date_time boost_filesystem boost_iostreams boost_program_options boost_regex boost_signals boost_system boost_thread glu avcodec avdevice avfilter avformat avresample avutil swscale swresample bzip2
CompiledLibraries="tremor ogg sdl_image boost_system"
CompiledLibraries="tremor ogg sdl2_image boost_system"
# Application uses custom build script AndroidBuild.sh instead of Android.mk (y) or (n)
CustomBuildScript=n