changeset 1509:678d105d4492

Added SDL_iconv.c to the Dreamcast Makefile
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 01:47:03 +0000
parents 5100f63122bd
children 720f8bb49d7d
files Makefile.dc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \