Mercurial > sdl-ios-xcode
comparison Makefile.android @ 4722:faa228f7ce5b
- Cleaned up a bunch of code
- Added 'feature' enable/disable so we're not running accel/sound/whatever in Java when we don't need to be
- More work on the sound system. But it still crashes pretty horribly, not sure why yet.
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Tue, 27 Jul 2010 21:21:24 +0200 |
parents | 80f8d672b52e |
children | bd009a923441 |
comparison
equal
deleted
inserted
replaced
4721:7bb9d3a3f257 | 4722:faa228f7ce5b |
---|---|
28 src/timer/*.c \ | 28 src/timer/*.c \ |
29 src/video/*.c \ | 29 src/video/*.c \ |
30 src/power/*.c \ | 30 src/power/*.c \ |
31 src/audio/android/*.c \ | 31 src/audio/android/*.c \ |
32 src/video/android/*.c \ | 32 src/video/android/*.c \ |
33 src/joystick/dummy/*.c \ | 33 src/joystick/android/*.c \ |
34 src/haptic/dummy/*.c \ | 34 src/haptic/dummy/*.c \ |
35 src/atomic/dummy/*.c \ | 35 src/atomic/dummy/*.c \ |
36 src/thread/pthread/*.c \ | 36 src/thread/pthread/*.c \ |
37 src/timer/unix/*.c \ | 37 src/timer/unix/*.c \ |
38 src/loadso/dummy/*.c \ | 38 src/loadso/dummy/*.c \ |