diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-03-13 07:05:15 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-03-13 07:05:15 +0000 |
| commit | e8a0506583c5e401ea753ff30a3c717e837dffb8 (patch) | |
| tree | 34505d5a6f32738fdc17cacc12507e133694dffb /apps/plugins/SOURCES | |
| parent | d91af84e4326b7093fb244e610f4a8fb9ea0df2f (diff) | |
| download | rockbox-e8a0506583c5e401ea753ff30a3c717e837dffb8.zip rockbox-e8a0506583c5e401ea753ff30a3c717e837dffb8.tar.gz rockbox-e8a0506583c5e401ea753ff30a3c717e837dffb8.tar.bz2 rockbox-e8a0506583c5e401ea753ff30a3c717e837dffb8.tar.xz | |
Fixed ordering of SOURCES; removed redundancy pertaining to the definition of color LCDs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9024 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 53533be..d89a524 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -33,10 +33,6 @@ plasma.c bejeweled.c bounce.c -#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD) -wormlet.c -#endif - #if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) /* These need adjusting for the Mini's and iRiver if'p screen */ brickmania.c @@ -64,6 +60,9 @@ sudoku.c video.c #endif vu_meter.c +#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD) +wormlet.c +#endif #ifdef CONFIG_RTC clock.c |