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:
Felix Arends 2002-06-12 15:39:39 +00:00
parent d0b23126f1
commit 0053ec0c72
11 changed files with 189 additions and 53 deletions

View file

@ -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>