Mercurial > sdl-ios-xcode
view android/project/jni/Android.mk @ 4929:aa8888658021
Use the enumerated type for blend and scale mode instead of int
Renamed SDL_TextureScaleMode to SDL_ScaleMode
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 12 Dec 2010 15:19:05 -0800 |
parents | 9076cdb027af |
children |
line wrap: on
line source
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := sdlapp SDL := ../../../ LOCAL_CFLAGS := -DANDROID_NDK \ -DDISABLE_IMPORTGL \ -I$(SDL)/include LOCAL_SRC_FILES := \ android-support.cpp \ lesson05.c \ LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lSDL -lgcc -L$(SDL) include $(BUILD_SHARED_LIBRARY)