Added few more apps
This commit is contained in:
33
project/jni/application/hhexen/AndroidAppSettings.cfg
Normal file
33
project/jni/application/hhexen/AndroidAppSettings.cfg
Normal 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'
|
||||
14
project/jni/application/hhexen/AndroidBuild.sh
Executable file
14
project/jni/application/hhexen/AndroidBuild.sh
Executable 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
|
||||
BIN
project/jni/application/hhexen/icon.png
Normal file
BIN
project/jni/application/hhexen/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user