diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-19 02:15:33 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-19 02:15:33 +0000 |
| commit | d3561bcce77a888e247f19c2067330d45c9812f8 (patch) | |
| tree | 8877ea103b1f3d05c7b4a8e43f0851ed404cd8a6 | |
| parent | 664a4189b20753a26f1d767567c560751956275d (diff) | |
| download | rockbox-d3561bcce77a888e247f19c2067330d45c9812f8.zip rockbox-d3561bcce77a888e247f19c2067330d45c9812f8.tar.gz rockbox-d3561bcce77a888e247f19c2067330d45c9812f8.tar.bz2 rockbox-d3561bcce77a888e247f19c2067330d45c9812f8.tar.xz | |
Use APPLE_IPODCOLOR and APPLE_IPODNANO defines instead of CONFIG_LCD (which isn't defined in the simulators)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7979 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index dc93eee..a93e7cf 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -55,9 +55,9 @@ recorder/peakmeter.c recorder/widgets.c #ifdef IRIVER_H300_SERIES recorder/logo-h300.c -#elif CONFIG_LCD == LCD_IPODCOLOR +#elif APPLE_IPODCOLOR recorder/logo-ipod.c -#elif CONFIG_LCD == LCD_IPODNANO +#elif APPLE_IPODNANO recorder/logo-nano.c #endif #endif |