Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added SDL_iconv.c to the Dreamcast Makefile
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
Makefile.dc
|
@@ -37,6 +37,7 @@ SRCS = \ |
|
|
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 \ |
|
|