Fixed makefiles

This commit is contained in:
pelya
2010-07-22 10:59:08 +03:00
parent 5684847ca1
commit a4cceee6db
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
APP_PROJECT_PATH := $(call my-dir)/..
# Available libraries: mad sdl_mixer sdl_image sdl_ttf
# Available libraries: mad sdl_mixer sdl_image sdl_ttf sdl_net sdl_blitpool
# sdl_mixer depends on tremor and optionally mad
# sdl_image depends on png and jpeg
# sdl_ttf depends on freetype

View File

@@ -13,6 +13,8 @@ LOCAL_CFLAGS := $(foreach D, $(APP_SUBDIRS), -I$(LOCAL_PATH)/$(D)) \
-I$(LOCAL_PATH)/../sdl_mixer \
-I$(LOCAL_PATH)/../sdl_image \
-I$(LOCAL_PATH)/../sdl_ttf \
-I$(LOCAL_PATH)/../sdl_net \
-I$(LOCAL_PATH)/../sdl_blitpool \
-I$(LOCAL_PATH)/../stlport/stlport \