summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-27 11:24:13 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-27 11:24:13 +0000
commit2c1eec5533db4676e73132923f6c3fa73ad248e6 (patch)
treee616f8daf8aa3566c9dc9981abad3eeaf1dba5a4 /apps/plugins/SOURCES
parent522ae6e39ac9faea768ab5e720d7e39cdb129f4f (diff)
downloadrockbox-2c1eec5533db4676e73132923f6c3fa73ad248e6.tar.gz
rockbox-2c1eec5533db4676e73132923f6c3fa73ad248e6.zip
Let SOURCES handle the sim exclusion for metronome
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index edc8f9f9c2..c373d72dfe 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -7,7 +7,6 @@ dict.c
7favorites.c 7favorites.c
8firmware_flash.c 8firmware_flash.c
9logo.c 9logo.c
10metronome.c
11mosaique.c 10mosaique.c
12random_folder_advance_config.c 11random_folder_advance_config.c
13#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) && !defined(SANSA_E200) 12#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) && !defined(SANSA_E200)
@@ -22,6 +21,11 @@ stopwatch.c
22vbrfix.c 21vbrfix.c
23viewer.c 22viewer.c
24 23
24/* plugins built for all targets, but not for the simulator */
25#if !defined(SIMULATOR)
26metronome.c
27#endif
28
25#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) 29#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
26wavplay.c 30wavplay.c
27#endif 31#endif