Added ScummVM project files

This commit is contained in:
pelya
2010-10-26 10:53:02 +03:00
parent dff8e5261a
commit 03c577136f
19 changed files with 65 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
To compile ScummVM add the ScummVM SVN to directory "scummvm" (or make a symlink to it),
then from dir 'project/jni/application' execute commands
rm src
ln -s scummvm src
Then go to project root and launch 'build.sh' - that should be it.
You need to have Android SDK 2.2 and NDK r4b installed in your PATH.