Fixed bug in previous commit with __SDL_fake_stdout not defined, updated fheroes2 project

This commit is contained in:
pelya
2011-01-26 09:53:20 +00:00
parent b337e649b9
commit e9bccd21bf
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,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)
$(foreach L, $(COMPILED_LIBRARIES), -I$(LOCAL_PATH)/../$(L)/include) \
-D__sF=__SDL_fake_stdout
LOCAL_CFLAGS += $(APPLICATION_ADDITIONAL_CFLAGS)