diff options
| author | Hardeep Sidhu <dyp@pobox.com> | 2003-06-29 23:44:53 +0000 |
|---|---|---|
| committer | Hardeep Sidhu <dyp@pobox.com> | 2003-06-29 23:44:53 +0000 |
| commit | a26427aba8da5deab4db0a2f1091ebe7b802ceb4 (patch) | |
| tree | 1efb7d171d5741be72af3519f340ecbab25bb8ff | |
| parent | dd5d3f652f99096ced7313d3f2179aa36501f1f5 (diff) | |
| download | rockbox-a26427aba8da5deab4db0a2f1091ebe7b802ceb4.zip rockbox-a26427aba8da5deab4db0a2f1091ebe7b802ceb4.tar.gz rockbox-a26427aba8da5deab4db0a2f1091ebe7b802ceb4.tar.bz2 rockbox-a26427aba8da5deab4db0a2f1091ebe7b802ceb4.tar.xz | |
Changed win32 simulator to use plugin.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3785 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/rockbox.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/win32/rockbox.dsp b/uisimulator/win32/rockbox.dsp index bf0f81f..558c256 100644 --- a/uisimulator/win32/rockbox.dsp +++ b/uisimulator/win32/rockbox.dsp @@ -369,6 +369,10 @@ SOURCE=..\..\apps\playlist.c # End Source File # Begin Source File +SOURCE=..\..\apps\plugin.c +# End Source File +# Begin Source File + SOURCE=..\..\apps\screens.c # End Source File # Begin Source File @@ -478,10 +482,6 @@ SOURCE=".\panic-win32.c" # End Source File # Begin Source File -SOURCE=".\plugin-win32.c" -# End Source File -# Begin Source File - SOURCE=".\string-win32.c" # End Source File # Begin Source File |