mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Threading is working on uisw32 as well now, code is up-to-date, makefile is up-to-date
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@981 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d0b23126f1
commit
0053ec0c72
11 changed files with 189 additions and 53 deletions
|
|
@ -182,7 +182,10 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\playlist.c">
|
||||
RelativePath="..\..\apps\playlist.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\recorder\screensaver.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\settings.c">
|
||||
|
|
@ -193,6 +196,12 @@
|
|||
<File
|
||||
RelativePath="..\..\firmware\common\sprintf.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\recorder\tetris.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="thread-win32.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\tree.c">
|
||||
</File>
|
||||
|
|
@ -221,6 +230,9 @@
|
|||
<File
|
||||
RelativePath="..\screensaver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="thread-win32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tree.h">
|
||||
</File>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue