Moved NativeInit() to separate sdl_main shared library so libapplication.so won't contain any java-specific code,

added SDL_image, libpng and libjpeg.
This commit is contained in:
pelya
2010-05-11 12:50:50 +03:00
parent f25dcd7164
commit 500d845cc6
418 changed files with 192309 additions and 55 deletions

View File

@@ -53,7 +53,9 @@ class LoadLibrary {
System.loadLibrary("tremor");
System.loadLibrary("sdl");
System.loadLibrary("sdl_mixer");
System.loadLibrary("sdl_image");
System.loadLibrary("application");
System.loadLibrary("sdl_main");
}
}