Updated app settings
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# The application settings for Android libSDL port
|
||||
AppSettingVersion=16
|
||||
LibSdlVersion=1.2
|
||||
AppName="Lmarbles"
|
||||
AppFullName=net.sourceforge.lgames.lmarbles
|
||||
ScreenOrientation=h
|
||||
InhibitSuspend=y
|
||||
AppDataDownloadUrl="App data size is 1 Mb|https://sourceforge.net/projects/libsdl-android/files/LMarbles/lmarbles-1.0.8-data.zip/download|http://sites.google.com/site/xpelyax/Home/lmarbles-1.0.8-data.zip?attredirects=0&d=1|http://sitesproxy.goapk.com/site/xpelyax/Home/lmarbles-1.0.8-data.zip"
|
||||
SdlVideoResize=y
|
||||
SdlVideoResizeKeepAspect=y
|
||||
NeedDepthBuffer=n
|
||||
AppUsesMouse=y
|
||||
AppNeedsTwoButtonMouse=y
|
||||
AppNeedsArrowKeys=n
|
||||
AppNeedsTextInput=y
|
||||
AppUsesJoystick=n
|
||||
AppHandlesJoystickSensitivity=n
|
||||
AppUsesMultitouch=n
|
||||
NonBlockingSwapBuffers=y
|
||||
RedefinedKeys="RETURN SPACE PAGEUP PAGEDOWN"
|
||||
AppTouchscreenKeyboardKeysAmount=0
|
||||
AppTouchscreenKeyboardKeysAmountAutoFire=0
|
||||
RedefinedKeysScreenKb="RETURN SPACE PAGEUP PAGEDOWN"
|
||||
MultiABI=n
|
||||
AppVersionCode=010008
|
||||
AppVersionName="1.0.8"
|
||||
CompiledLibraries="sdl_mixer sdl_image intl"
|
||||
CustomBuildScript=y
|
||||
AppCflags='-DHAVE_CONFIG_H -finline-functions -O2'
|
||||
AppLdflags=''
|
||||
AppSubdirsBuild='src/dummy'
|
||||
AppUseCrystaXToolchain=n
|
||||
AppCmdline=''
|
||||
ReadmeText='^You may press "Home" now - the data will be downloaded in background'
|
||||
8
project/jni/application/lmarbles-1.0.8/AndroidBuild.sh
Executable file
8
project/jni/application/lmarbles-1.0.8/AndroidBuild.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ \! -f Makefile ] ; then
|
||||
../launchConfigure.sh --disable-install --enable-sdl-net LIBS=-lintl
|
||||
fi
|
||||
rm -f libapplication.so
|
||||
make
|
||||
mv -f src/lmarbles libapplication.so
|
||||
BIN
project/jni/application/lmarbles-1.0.8/icon.png
Normal file
BIN
project/jni/application/lmarbles-1.0.8/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 594 B |
@@ -5,7 +5,7 @@ AppName="LTris"
|
||||
AppFullName=net.sourceforge.lgames.ltris
|
||||
ScreenOrientation=h
|
||||
InhibitSuspend=y
|
||||
AppDataDownloadUrl="App data size is 5 Mb|https://sourceforge.net/projects/libsdl-android/files/LBreakout2/lbreakout2-2.6.1-data.zip/download|http://sites.google.com/site/xpelyax/Home/lbreakout2-2.6.1-data.zip?attredirects=0&d=1|http://sitesproxy.goapk.com/site/xpelyax/Home/lbreakout2-2.6.1-data.zip"
|
||||
AppDataDownloadUrl="App data size is 1 Mb|https://sourceforge.net/projects/libsdl-android/files/LTris/ltris-1.0.15-data.zip/download|http://sites.google.com/site/xpelyax/Home/ltris-1.0.15-data.zip?attredirects=0&d=1|http://sitesproxy.goapk.com/site/xpelyax/Home/ltris-1.0.15-data.zip"
|
||||
SdlVideoResize=y
|
||||
SdlVideoResizeKeepAspect=y
|
||||
NeedDepthBuffer=n
|
||||
@@ -24,7 +24,7 @@ RedefinedKeysScreenKb="RETURN SPACE PAGEUP PAGEDOWN"
|
||||
MultiABI=n
|
||||
AppVersionCode=1015
|
||||
AppVersionName="1.0.15"
|
||||
CompiledLibraries="sdl_mixer sdl_image sdl_net intl"
|
||||
CompiledLibraries="sdl_mixer sdl_image intl"
|
||||
CustomBuildScript=y
|
||||
AppCflags='-DHAVE_CONFIG_H -finline-functions -O2'
|
||||
AppLdflags=''
|
||||
|
||||
Reference in New Issue
Block a user