diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2010-05-14 22:57:52 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2010-05-14 22:57:52 +0000 |
commit | 530c25130fb561a1260d32b756d008385d7e5a69 (patch) | |
tree | 318db0e5294d9baceeff060df29f2ac47626ffb4 /firmware/SOURCES | |
parent | 759cfece4bb96547f34bf52ceffd0412599d6362 (diff) | |
download | rockbox-530c25130fb561a1260d32b756d008385d7e5a69.tar.gz rockbox-530c25130fb561a1260d32b756d008385d7e5a69.zip |
Make the sim buildable with mingw again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 16dc9ca608..68074dbbec 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES | |||
@@ -24,6 +24,7 @@ debug.c | |||
24 | /* Standard library */ | 24 | /* Standard library */ |
25 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) | 25 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) |
26 | libc/errno.c | 26 | libc/errno.c |
27 | libc/strtok.c | ||
27 | /* alsa on linux requires a more advanced sprintf, i.e. not ours */ | 28 | /* alsa on linux requires a more advanced sprintf, i.e. not ours */ |
28 | libc/sprintf.c | 29 | libc/sprintf.c |
29 | #endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */ | 30 | #endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */ |
@@ -40,7 +41,6 @@ libc/strcmp.c | |||
40 | libc/strcpy.c | 41 | libc/strcpy.c |
41 | libc/strncmp.c | 42 | libc/strncmp.c |
42 | libc/strrchr.c | 43 | libc/strrchr.c |
43 | libc/strtok.c | ||
44 | libc/strstr.c | 44 | libc/strstr.c |
45 | libc/mktime.c | 45 | libc/mktime.c |
46 | #endif /* !defined(SIMULATOR)*/ | 46 | #endif /* !defined(SIMULATOR)*/ |