mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19448 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f37f04619
commit
ee46a3d88e
9 changed files with 122 additions and 37 deletions
|
|
@ -37,6 +37,13 @@ struct tm *localtime(const time_t *timep);
|
|||
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#ifdef __PCTOOL__
|
||||
/* this time.h does not define struct timespec,
|
||||
so tell sys/stat.h not to use it */
|
||||
#undef __USE_MISC
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* _TIME_H_ */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue