Replaced shared ICU libs with static - shared ones do not work because of exceptions

This commit is contained in:
Sergii Pylypenko
2014-03-13 21:17:34 +02:00
parent e28055c3ae
commit 3061223a9c
67 changed files with 27 additions and 10 deletions

View File

@@ -664,7 +664,7 @@ class DemoRenderer extends GLSurfaceView_SDL.Renderer
nativeInit( Globals.DataDir,
Globals.CommandLine,
( (Globals.SwVideoMode && Globals.MultiThreadedVideo) || Globals.CompatibilityHacksVideo ) ? 1 : 0,
android.os.Debug.isDebuggerConnected() ? 1 : 0 );
Globals.RedirectStdout ? 1 : 0 );
System.exit(0); // The main() returns here - I don't bother with deinit stuff, just terminate process
}