From eeec278d21ae258da9108bbbccf04d977c3d3bfa Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 23 Feb 2006 20:46:33 +0000 Subject: Made the overlay loader code part of the plugin library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8813 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index d9eb00c..291bc21 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -1,5 +1,4 @@ configfile.c -highscore.c #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \ (CONFIG_LCD != LCD_IPOD2BPP) gray_core.c @@ -7,8 +6,9 @@ gray_draw.c gray_parm.c gray_scroll.c #endif -#ifdef HAVE_LCD_BITMAP -xlcd.c +highscore.c +#ifndef SIMULATOR +overlay.c #endif #ifdef HAVE_LCD_CHARCELLS playergfx.c @@ -16,3 +16,6 @@ playergfx.c #ifdef RB_PROFILE profile_plugin.c #endif +#ifdef HAVE_LCD_BITMAP +xlcd.c +#endif -- cgit v1.1