Added few more apps

This commit is contained in:
pelya
2010-12-14 09:54:38 +00:00
parent 38bceffddd
commit 2f5ac6d276
16 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# The application settings for Android libSDL port
AppSettingVersion=15
LibSdlVersion=1.2
AppName="hHexen"
AppFullName=net.hhexen.sdl
ScreenOrientation=h
InhibitSuspend=n
AppDataDownloadUrl="Data files size is 19 Mb|https://sites.google.com/site/andgamdev/hexen-data.zip?attredirects=0&d=1"
SdlVideoResize=y
SdlVideoResizeKeepAspect=n
NeedDepthBuffer=n
AppUsesMouse=y
AppNeedsTwoButtonMouse=n
AppNeedsArrowKeys=y
AppNeedsTextInput=y
AppUsesJoystick=n
AppHandlesJoystickSensitivity=n
AppUsesMultitouch=n
NonBlockingSwapBuffers=n
RedefinedKeys="SPACE RETURN TAB LCTRL SPACE"
AppTouchscreenKeyboardKeysAmount=3
AppTouchscreenKeyboardKeysAmountAutoFire=0
MultiABI=n
AppVersionCode=16201
AppVersionName="1.6.2.01"
CompiledLibraries="jpeg png sdl_mixer"
CustomBuildScript=y
AppCflags=''
AppLdflags=''
AppSubdirsBuild=''
AppUseCrystaXToolchain=n
AppCmdline=' -waddir .'
ReadmeText='^You may press "Home" now - the data will be downloaded in background'

View File

@@ -0,0 +1,14 @@
#!/bin/sh
LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`
ln -sf libsdl_mixer.so $LOCAL_PATH/../../../obj/local/armeabi/libSDL_mixer.so
cd hhexen-1.6.2-src
if [ \! -f Makefile ] ; then
../../launchConfigure.sh --disable-gl
fi
rm -f ../libapplication.so
make
mv -f hhexen-sdl ../libapplication.so

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB