Minor update to OpenArena, small x64 fixes to random headers
This commit is contained in:
@@ -213,7 +213,7 @@ FirstStartMenuOptions=''
|
||||
|
||||
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
||||
# Available architectures: armeabi armeabi-v7a armeabi-v7a-hard x86 mips
|
||||
MultiABI='armeabi-v7a'
|
||||
MultiABI='armeabi-v7a x86 mips'
|
||||
|
||||
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
|
||||
AppMinimumRAM=300
|
||||
|
||||
@@ -5,7 +5,6 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
|
||||
|
||||
if [ "$1" = "armeabi-v7a" ]; then (
|
||||
mkdir -p AndroidData
|
||||
[ -e libapplication.so ] || ln -s libapplication-armeabi.so libapplication.so
|
||||
make -j8 -C vm BUILD_MISSIONPACK=0 || exit 1
|
||||
cd vm/build/release-linux-`uname -m`/baseq3
|
||||
#rm -f ../../../../AndroidData/binaries.zip ../../../../AndroidData/pak7-android.pk3
|
||||
|
||||
@@ -7,10 +7,10 @@ AppName="XRick"
|
||||
AppFullName=net.xrick.sdl
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=102121208
|
||||
AppVersionCode=102121209
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="021212.08"
|
||||
AppVersionName="021212.09"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user