Mercurial > sdl-ios-xcode
diff Makefile.android @ 4701:d40bb3165d2b
Added (partially implemented) android video backend and associated files needed to build
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Thu, 10 Jun 2010 18:54:23 +1200 |
parents | cf23d9b8e606 |
children | 0f05f2f16fad |
line wrap: on
line diff
--- a/Makefile.android Sun May 23 15:18:16 2010 +1200 +++ b/Makefile.android Thu Jun 10 18:54:23 2010 +1200 @@ -5,7 +5,7 @@ ANDROID_INCLUDES = -I$(ANDROID_NDK)/build/platforms/android-4/common/include \ -I$(ANDROID_NDK)/build/platforms/android-4/arch-arm/usr/include INCLUDE = -I./include -CFLAGS = -g -O2 $(INCLUDE) $(ANDROID_INCLUDES) -DANDROID -static +CFLAGS = -g -O2 $(INCLUDE) $(ANDROID_INCLUDES) -DANDROID -DANDROID_NDK -static AR = $(TOOLS_PATH)/arm-eabi-ar RANLIB = $(TOOLS_PATH)/arm-eabi-ranlib @@ -28,7 +28,7 @@ src/video/*.c \ src/power/*.c \ src/audio/dummy/*.c \ - src/video/dummy/*.c \ + src/video/android/*.c \ src/joystick/dummy/*.c \ src/haptic/dummy/*.c \ src/atomic/dummy/*.c \