summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES2
-rw-r--r--apps/plugins/bitmaps/remote_mono/SOURCES2
-rw-r--r--apps/plugins/bitmaps/remote_native/SOURCES2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 0152e92e0d..813ede362c 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -61,6 +61,6 @@ superdom_boarditems.160x128x1.bmp
61#endif 61#endif
62 62
63#endif /* HAVE_LCD_BITMAP */ 63#endif /* HAVE_LCD_BITMAP */
64#if defined(SIMULATOR) && defined(__APPLE__) 64#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
65osx.dummy.bmp 65osx.dummy.bmp
66#endif 66#endif
diff --git a/apps/plugins/bitmaps/remote_mono/SOURCES b/apps/plugins/bitmaps/remote_mono/SOURCES
index c59aab6107..b6be5138c9 100644
--- a/apps/plugins/bitmaps/remote_mono/SOURCES
+++ b/apps/plugins/bitmaps/remote_mono/SOURCES
@@ -1,3 +1,3 @@
1#if defined(SIMULATOR) && defined(__APPLE__) 1#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
2osx.dummy.bmp 2osx.dummy.bmp
3#endif 3#endif
diff --git a/apps/plugins/bitmaps/remote_native/SOURCES b/apps/plugins/bitmaps/remote_native/SOURCES
index 2bc3d59c07..b3cc2157ff 100644
--- a/apps/plugins/bitmaps/remote_native/SOURCES
+++ b/apps/plugins/bitmaps/remote_native/SOURCES
@@ -1,4 +1,4 @@
1#if defined(SIMULATOR) && defined(__APPLE__) 1#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
2osx.dummy.bmp 2osx.dummy.bmp
3#endif 3#endif
4 4