author | nemo |
Sun, 08 Jul 2012 12:00:27 -0400 | |
changeset 7366 | e5a0856708dc |
parent 6592 | cf12f07d6f24 |
child 9372 | 915436ff64ab |
permissions | -rw-r--r-- |
6592
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
1 |
LOCAL_PATH := $(call my-dir) |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
2 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
3 |
include $(CLEAR_VARS) |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
4 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
5 |
LOCAL_MODULE := SDL_ttf |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
6 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
7 |
LOCAL_CFLAGS := -I$(LOCAL_PATH)/../SDL/include -I$(LOCAL_PATH)/../../../../../misc/libfreetype/include |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
8 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
9 |
LOCAL_SRC_FILES := SDL_ttf.c |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
10 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
11 |
LOCAL_SHARED_LIBRARIES := SDL |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
12 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
13 |
LOCAL_STATIC_LIBRARIES := freetype |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
14 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
15 |
LOCAL_LDLIBS := -lz |
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
16 |
|
cf12f07d6f24
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli
parents:
diff
changeset
|
17 |
include $(BUILD_SHARED_LIBRARY) |