diff 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
line wrap: on
line diff
--- a/android/testproject/jni/Android.mk	Mon Jun 28 21:35:28 2010 +1200
+++ b/android/testproject/jni/Android.mk	Tue Jun 29 00:40:12 2010 +1200
@@ -11,8 +11,8 @@
                 -I$(SDL)/include
 
 LOCAL_SRC_FILES := \
-    importgl.c \
-    app-android.c \
+    importgl.cpp \
+    app-android.cpp \
     lesson05.c \
 
 LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lSDL -lEGL -lgcc -L$(SDL) -L$(SDL)/build-scripts/android_libs/