comparison Makefile.ds @ 2678:3895761db26a gsoc2008_nds

Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver
author Darren Alton <dalton@stevens.edu>
date Thu, 10 Jul 2008 23:35:01 +0000
parents f1d07ba2e275
children 4135aa9c5645
comparison
equal deleted inserted replaced
2677:6386764eb222 2678:3895761db26a
49 src/events/SDL_quit.c \ 49 src/events/SDL_quit.c \
50 src/events/SDL_windowevents.c \ 50 src/events/SDL_windowevents.c \
51 src/file/SDL_rwops.c \ 51 src/file/SDL_rwops.c \
52 src/joystick/nds/SDL_sysjoystick.c \ 52 src/joystick/nds/SDL_sysjoystick.c \
53 src/joystick/SDL_joystick.c \ 53 src/joystick/SDL_joystick.c \
54 src/touchscreen/nds/SDL_systouchscreen.c \
55 src/touchscreen/dummy/SDL_systouchscreen.c \
56 src/touchscreen/SDL_touchscreen.c \
57 src/stdlib/SDL_getenv.c \ 54 src/stdlib/SDL_getenv.c \
58 src/stdlib/SDL_iconv.c \ 55 src/stdlib/SDL_iconv.c \
59 src/stdlib/SDL_malloc.c \ 56 src/stdlib/SDL_malloc.c \
60 src/stdlib/SDL_qsort.c \ 57 src/stdlib/SDL_qsort.c \
61 src/stdlib/SDL_stdlib.c \ 58 src/stdlib/SDL_stdlib.c \