Removed sdl_fake_stdout hack - it prevents standalone executables to link

This commit is contained in:
pelya
2011-06-08 13:30:31 +03:00
parent 4a79eb6bde
commit c684662e0e
19 changed files with 32 additions and 229 deletions

View File

@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := xml2
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include
LOCAL_CFLAGS := -Os -D__sF=__SDL_fake_stdout
LOCAL_CFLAGS := -Os
LOCAL_CPP_EXTENSION := .cpp
@@ -21,7 +21,7 @@ LOCAL_SRC_FILES := \
triostr.c trio.c trionan.c
LOCAL_SHARED_LIBRARIES := sdl-$(SDL_VERSION)
LOCAL_SHARED_LIBRARIES :=
LOCAL_STATIC_LIBRARIES :=
LOCAL_LDLIBS := -lz -ldl