Updated submodules, fixed OpenTTD compilation
This commit is contained in:
Submodule project/jni/application/commandergenius/commandergenius updated: fcb5e9f3d8...ee839fb2d3
@@ -7,10 +7,10 @@ AppName="Ninslash"
|
|||||||
AppFullName=ninslash.com
|
AppFullName=ninslash.com
|
||||||
|
|
||||||
# Application version code (integer)
|
# Application version code (integer)
|
||||||
AppVersionCode=02117
|
AppVersionCode=02118
|
||||||
|
|
||||||
# Application user-visible version name (string)
|
# Application user-visible version name (string)
|
||||||
AppVersionName="0.2.1.17"
|
AppVersionName="0.2.1.18"
|
||||||
|
|
||||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||||
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||||
|
|||||||
Submodule project/jni/application/ninslash/src updated: 9b2cee79d1...2ad9a7fd1e
@@ -15,7 +15,7 @@ export ARCH=$1
|
|||||||
[ -e openttd-$VER-$1/Makefile ] || {
|
[ -e openttd-$VER-$1/Makefile ] || {
|
||||||
rm -f src/src/rev.cpp
|
rm -f src/src/rev.cpp
|
||||||
env PATH=$LOCAL_PATH/..:$PATH \
|
env PATH=$LOCAL_PATH/..:$PATH \
|
||||||
env CLANG=1 ../setEnvironment-$1.sh sh -c "cd openttd-$VER-$1 && env ../src/configure --with-sdl --with-freetype --with-png --with-zlib --with-icu --with-libtimidity --with-lzo2=$LOCAL_PATH/../../../obj/local/$ARCH/liblzo2.so --prefix-dir='.' --data-dir='' --without-allegro --with-fontconfig --with-lzma --endian=LE"
|
env CLANG=1 ../setEnvironment-$1.sh sh -c "cd openttd-$VER-$1 && env ../src/configure --with-sdl --with-freetype --with-png --with-zlib --with-icu --with-libtimidity='pkg-config libtimidity' --with-lzo2=$LOCAL_PATH/../../../obj/local/$ARCH/liblzo2.so --prefix-dir='.' --data-dir='' --without-allegro --with-fontconfig --with-lzma --endian=LE"
|
||||||
} || exit 1
|
} || exit 1
|
||||||
|
|
||||||
NCPU=4
|
NCPU=4
|
||||||
|
|||||||
Submodule project/jni/application/openttd/src updated: b394d53be8...9fc76f0d59
Submodule project/jni/application/vice/vice updated: 0b817c357e...9f2803c7ab
Submodule project/jni/boost/src updated: 5824acb451...bc9ea9d303
Submodule project/jni/shmem updated: c2a28f528d...f6b49516cf
Reference in New Issue
Block a user