Setting CG using SDL2
This commit is contained in:
@@ -31,7 +31,7 @@ DeleteFilesOnUpgrade="%"
|
||||
ReadmeText='^You may press "Home" now - the data will be downloaded in background'
|
||||
|
||||
# libSDL version to use (1.2/1.3/2.0)
|
||||
LibSdlVersion=1.2
|
||||
LibSdlVersion=2.0
|
||||
|
||||
# Specify screen orientation: (v)ertical/(p)ortrait or (h)orizontal/(l)andscape
|
||||
ScreenOrientation=h
|
||||
@@ -210,7 +210,8 @@ AppMinimumRAM=64
|
||||
# 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="sdl_image sdl_mixer boost_system crypto ssl curl vorbis ogg"
|
||||
#CompiledLibraries="sdl2_image sdl_mixer crypto ssl curl"
|
||||
CompiledLibraries="sdl2_image"
|
||||
|
||||
# Application uses custom build script AndroidBuild.sh instead of Android.mk (y) or (n)
|
||||
CustomBuildScript=n
|
||||
@@ -235,7 +236,7 @@ AppOverlapsSystemHeaders=
|
||||
AppSubdirsBuild='commandergenius/src/* commandergenius/GsKit/*'
|
||||
|
||||
# Exclude these files from build
|
||||
AppBuildExclude='commandergenius/src/engine/dbfusion'
|
||||
AppBuildExclude=''
|
||||
|
||||
# Application command line parameters, including app name as 0-th param
|
||||
AppCmdline=''
|
||||
|
||||
Reference in New Issue
Block a user