Updated OpenTTD project

This commit is contained in:
pelya
2013-01-19 21:40:08 +02:00
parent 103b5543bc
commit dbc5ea1439
4 changed files with 8 additions and 6 deletions

View File

@@ -37,9 +37,9 @@ HiddenMenuOptions='OptionalDownloadConfig'
FirstStartMenuOptions='' FirstStartMenuOptions=''
MultiABI=n MultiABI=n
AppMinimumRAM=0 AppMinimumRAM=0
AppVersionCode=12324 AppVersionCode=12325
AppVersionName="1.2.3.24" AppVersionName="1.2.3.25"
ResetSdlConfigForThisVersion=y ResetSdlConfigForThisVersion=n
DeleteFilesOnUpgrade="%" DeleteFilesOnUpgrade="%"
CompiledLibraries="jpeg png freetype timidity lzma lzo2" CompiledLibraries="jpeg png freetype timidity lzma lzo2"
CustomBuildScript=y CustomBuildScript=y

View File

@@ -1,5 +1,7 @@
Quick compilation guide: Quick compilation guide:
Download my GIT repo from https://github.com/pelya/commandergenius, Install liblzma-dev, it's needed for configure script
sudo apt-get install liblzma-dev
Download my Git repo from https://github.com/pelya/commandergenius,
then install Android SDK, Android NDK, and "ant" tool, then launch commands then install Android SDK, Android NDK, and "ant" tool, then launch commands
rm project/jni/application/src rm project/jni/application/src
ln -s openttd project/jni/application/src ln -s openttd project/jni/application/src