Mercurial > sdl-ios-xcode
view android/testproject/jni/Android.mk @ 4726:9076cdb027af
Cleanups.
- Moved to 'project' instead of 'testproject'
- Removed extraneous .c files
- Removed the android_libs folder (that was against the NDK agreement anyway)
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Tue, 17 Aug 2010 15:35:56 +1200 |
parents | 8319aa8fa4dc |
children |
line wrap: on
line source
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := sdltest SDL := /home/paul/Projects/gsoc/SDL-gsoc2010_android/ LOCAL_CFLAGS := -DANDROID_NDK \ -DDISABLE_IMPORTGL \ -I$(SDL)/include LOCAL_SRC_FILES := \ importgl.cpp \ app-android.cpp \ lesson05.c \ LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lSDL -lEGL -lgcc -L$(SDL) -L$(SDL)/build-scripts/android_libs/ include $(BUILD_SHARED_LIBRARY)