Skip to content

Commit

Permalink
Updated OpenTTD project
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Jun 3, 2011
1 parent eb897e2 commit 935f1fc
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 359 deletions.
34 changes: 0 additions & 34 deletions project/jni/application/openttd-chillcore/AndroidAppSettings.cfg

This file was deleted.

21 changes: 0 additions & 21 deletions project/jni/application/openttd-chillcore/AndroidBuild.sh

This file was deleted.

Binary file removed project/jni/application/openttd-chillcore/icon.png
Binary file not shown.
1 change: 0 additions & 1 deletion project/jni/application/openttd-chillcore/openttd

This file was deleted.

218 changes: 0 additions & 218 deletions project/jni/application/openttd-chillcore/openttd-trunk-android.patch

This file was deleted.

10 changes: 0 additions & 10 deletions project/jni/application/openttd-chillcore/readme.txt

This file was deleted.

34 changes: 0 additions & 34 deletions project/jni/application/openttd-lowmem/AndroidAppSettings.cfg

This file was deleted.

21 changes: 0 additions & 21 deletions project/jni/application/openttd-lowmem/AndroidBuild.sh

This file was deleted.

Binary file removed project/jni/application/openttd-lowmem/icon.png
Binary file not shown.
1 change: 0 additions & 1 deletion project/jni/application/openttd-lowmem/openttd

This file was deleted.

1 change: 0 additions & 1 deletion project/jni/application/openttd-lowmem/readme.txt

This file was deleted.

8 changes: 5 additions & 3 deletions project/jni/application/openttd/AndroidAppSettings.cfg
Expand Up @@ -5,7 +5,7 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl
ScreenOrientation=h
InhibitSuspend=n
AppDataDownloadUrl="Data files - 20 Mb|http://sourceforge.net/projects/libsdl-android/files/OpenTTD/openttd-data-5.zip/download^MIDI music support (18 Mb)|http://sourceforge.net/projects/libsdl-android/files/timidity.zip/download^Big GUI add-on - enable it in NewGRF Settings|:data/opengfx+biggui.grf:http://www.tt-forums.net/download/file.php?id=135095"
AppDataDownloadUrl="!Data files - 20 Mb|http://sourceforge.net/projects/libsdl-android/files/OpenTTD/openttd-data-6.zip/download^!MIDI music support (18 Mb)|http://sourceforge.net/projects/libsdl-android/files/timidity.zip/download^!Big GUI add-on - enable it in NewGRF Settings|:data/opengfx+biggui.grf:http://www.tt-forums.net/download/file.php?id=135095"
SdlVideoResize=y
SdlVideoResizeKeepAspect=n
NeedDepthBuffer=n
Expand All @@ -22,9 +22,11 @@ RedefinedKeys="LALT RETURN KP_PLUS KP_MINUS SPACE DELETE"
AppTouchscreenKeyboardKeysAmount=0
AppTouchscreenKeyboardKeysAmountAutoFire=0
RedefinedKeysScreenKb="LALT RETURN KP_PLUS KP_MINUS SPACE DELETE KP_PLUS KP_MINUS 1 2"
StartupMenuButtonTimeout=3000
HiddenMenuOptions='KeyboardConfigMainMenu AudioConfig'
MultiABI=n
AppVersionCode=11013
AppVersionName="1.1.0.13"
AppVersionCode=11113
AppVersionName="1.1.1.13"
CompiledLibraries="jpeg png freetype timidity lzma lzo2"
CustomBuildScript=y
AppCflags=''
Expand Down
2 changes: 1 addition & 1 deletion project/jni/application/openttd/AndroidBuild.sh
Expand Up @@ -16,6 +16,6 @@ if [ \! -f openttd/objs/lang/english.lng ] ; then
fi

if [ \! -f openttd/Makefile ] ; then
../setEnvironment.sh sh -c "cd openttd && ./configure --host=arm-eabi --with-sdl --with-freetype=sdl-config --with-png --with-zlib --with-libtimidity=$LOCAL_PATH/../../../obj/local/armeabi/libtimidity.so --with-lzo2=$LOCAL_PATH/../../../obj/local/armeabi/liblzo2.so --prefix-dir='.' --data-dir='' --without-allegro --without-fontconfig --endian=LE"
../setEnvironment.sh sh -c "cd openttd && ./configure --host=arm-eabi --with-sdl --with-freetype=sdl-config --with-png --with-zlib --without-icu --with-libtimidity=$LOCAL_PATH/../../../obj/local/armeabi/libtimidity.so --with-lzo2=$LOCAL_PATH/../../../obj/local/armeabi/liblzo2.so --prefix-dir='.' --data-dir='' --without-allegro --without-fontconfig --endian=LE"
fi
../setEnvironment.sh sh -c "cd openttd && make -j1 VERBOSE=1 STRIP='' LIBS='-lsdl-1.2 -llzo2 -lpng -ltimidity -lfreetype -lgcc -lz -lc -lstdc++'" && cp -f openttd/objs/release/openttd libapplication.so
2 changes: 1 addition & 1 deletion project/jni/application/openttd/openttd

0 comments on commit 935f1fc

Please sign in to comment.