# HG changeset patch # User Sam Lantinga # Date 1142214423 0 # Node ID 678d105d4492f996903fafce92915a688dc47829 # Parent 5100f63122bd019577aed1426e6243a8558bad25 Added SDL_iconv.c to the Dreamcast Makefile diff -r 5100f63122bd -r 678d105d4492 Makefile.dc --- a/Makefile.dc Mon Mar 13 01:43:18 2006 +0000 +++ b/Makefile.dc Mon Mar 13 01:47:03 2006 +0000 @@ -37,6 +37,7 @@ src/SDL_error.c \ src/SDL_fatal.c \ src/stdlib/SDL_getenv.c \ + src/stdlib/SDL_iconv.c \ src/stdlib/SDL_malloc.c \ src/stdlib/SDL_qsort.c \ src/stdlib/SDL_stdlib.c \