Mercurial > sdl-ios-xcode
comparison android/testproject/jni/Android.mk @ 4711:ed040b480a9f
- Restructured threads and application structure.
- Moved to SurfaceView instead of GLSurfaceView
- Moved to C++ for the android library
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Tue, 29 Jun 2010 00:40:12 +1200 |
parents | f3f65cb6a382 |
children | 8319aa8fa4dc |
comparison
equal
deleted
inserted
replaced
4710:aeac51289991 | 4711:ed040b480a9f |
---|---|
9 LOCAL_CFLAGS := -DANDROID_NDK \ | 9 LOCAL_CFLAGS := -DANDROID_NDK \ |
10 -DDISABLE_IMPORTGL \ | 10 -DDISABLE_IMPORTGL \ |
11 -I$(SDL)/include | 11 -I$(SDL)/include |
12 | 12 |
13 LOCAL_SRC_FILES := \ | 13 LOCAL_SRC_FILES := \ |
14 importgl.c \ | 14 importgl.cpp \ |
15 app-android.c \ | 15 app-android.cpp \ |
16 lesson05.c \ | 16 lesson05.c \ |
17 | 17 |
18 LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lSDL -lEGL -lgcc -L$(SDL) -L$(SDL)/build-scripts/android_libs/ | 18 LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lSDL -lEGL -lgcc -L$(SDL) -L$(SDL)/build-scripts/android_libs/ |
19 | 19 |
20 include $(BUILD_SHARED_LIBRARY) | 20 include $(BUILD_SHARED_LIBRARY) |