Added fake stdin/stdout/stderr streams, to prevent crashes on some tablets

This commit is contained in:
pelya
2011-01-25 14:29:23 +00:00
parent 71cf9fb2f2
commit b337e649b9
16 changed files with 55 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ endif
LOCAL_CFLAGS += $(foreach D, $(APP_SUBDIRS), -I$(LOCAL_PATH)/$(D)) \
-I$(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include \
$(foreach L, $(COMPILED_LIBRARIES), -I$(LOCAL_PATH)/../$(L)/include)
-D__sF=__SDL_fake_stdout
LOCAL_CFLAGS += $(APPLICATION_ADDITIONAL_CFLAGS)