You're now specifying both shared and static libraries through ChangeAppsettings.sh, LDFlags variable should be empty -

that fixes dependencies and subtle bugs caused by multiple jobs in make when static lib not yet created but already linked to.
This commit is contained in:
pelya
2010-10-15 18:18:23 +03:00
parent a8f3d8b6b7
commit 11d99e03fb
10 changed files with 1070 additions and 22 deletions

View File

@@ -18,10 +18,10 @@ AppTouchscreenKeyboardKeysAmountAutoFire=0
MultiABI=y
AppVersionCode=5202
AppVersionName="0.5.2.02"
CompiledLibraries="sdl_image"
CompiledLibraries="sdl_image freetype"
CustomBuildScript=n
AppCflags='-O2'
AppLdflags='-Lbin/ndk/local/armeabi -lfreetype'
AppLdflags=''
AppSubdirsBuild=''
AppUseCrystaXToolchain=n
ReadmeText='^You may press "Home" now - the data will be downloaded in background'