Age | Commit message (Collapse) | Author |
|
This fixes two minor issues when trying to cross-compile to Android on
Win32 using the Win32 Android SDK/NDK and MinGW shell.
However, this is still no working as DX and APKBUILDER are batch files
in the Win32 SDK (which then call the real Java tools) and these fail
to run in shell. However, using "cmd /C" also fails as the paths in the
parameters have unix, rather than native separators. Unsure how to fix.
|
|
From pull request #285.
|
|
zip-files before adding them as assets to the apk
|
|
|
|
|
|
|
|
|
|
Removes build dependencies like perl and its XML modules
|
|
First version, just describing the controls and related hacks
|
|
Rewritten input system with many new feature.
Fixed related bugs and shortcomings on the way.
|
|
|
|
|
|
|
|
|
|
- move all android specific make stuff from module.mk to android.mk
- don't create automatically generated files in the source tree
- don't fail when building outside of the source tree
- clean android build files on "make clean"
- cleanup
|
|
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6
change uses.
Work around Android 2.0 and newer dynamic linker bug by explicitly
linking plugins against the core libscummvm.so.
Mark Android packages as preferring to be on external storage.
Move -lm from LDFLAGS to LIBS.
svn-id: r50665
|
|
svn-id: r49449
|