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

@@ -7,7 +7,7 @@ LOCAL_MODULE := fluidsynth
APP_SUBDIRS := $(patsubst $(LOCAL_PATH)/%, %, $(shell find $(LOCAL_PATH)/src -type d))
LOCAL_C_INCLUDES := $(foreach D, $(APP_SUBDIRS), $(LOCAL_PATH)/$(D)) $(LOCAL_PATH)/include $(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include
LOCAL_CFLAGS := -O3 -DHAVE_CONFIG_H -include stdint.h -Werror=implicit -D__sF=__SDL_fake_stdout
LOCAL_CFLAGS := -O3 -DHAVE_CONFIG_H -include stdint.h -Werror=implicit
LOCAL_CPP_EXTENSION := .cpp