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,9 +18,9 @@ AppTouchscreenKeyboardKeysAmountAutoFire=2
MultiABI=n
AppVersionCode=21001
AppVersionName="2.1.0.01"
CompiledLibraries="sdl_mixer"
CompiledLibraries="sdl_mixer png"
CustomBuildScript=n
AppCflags='-O2 -finline-functions -DSOUND'
AppLdflags='-Lobj/local/armeabi -lpng'
AppLdflags=''
AppSubdirsBuild=''
ReadmeText='^You may press "Home" now - the data will be downloaded in background'