Mercurial > sdl-ios-xcode
view android/project/jni/Android.mk @ 4909:fd40b483d489
Use SDL endian macros in libm.
This fixes problems (specifically with SDL_floor) for systems where __BYTE_ORDER is not defined.
author | Daniel Wyatt <Daniel.Wyatt@gmail.com> |
---|---|
date | Tue, 16 Nov 2010 13:24:55 -0500 |
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)