diff Makefile.ds @ 2680:4135aa9c5645 gsoc2008_nds

More work on the accelerated 2D video driver, beginnings of sprite-based rendering support. Also some initial work on an audio driver.
author Darren Alton <dalton@stevens.edu>
date Sat, 19 Jul 2008 17:37:19 +0000
parents 3895761db26a
children a4f143d187dd
line wrap: on
line diff
--- a/Makefile.ds	Sun Jul 13 04:28:54 2008 +0000
+++ b/Makefile.ds	Sat Jul 19 17:37:19 2008 +0000
@@ -31,6 +31,7 @@
 src/SDL_fatal.c \
 src/audio/disk/SDL_diskaudio.c \
 src/audio/dummy/SDL_dummyaudio.c \
+src/audio/nds/SDL_ndsaudio.c \
 src/audio/SDL_audio.c \
 src/audio/SDL_audiocvt.c \
 src/audio/SDL_audiodev.c \