From 73c0cfa6321e077c45d0a72882a3ad2ce9a453fd Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Wed, 25 Oct 2006 00:54:06 +0000 Subject: Make the UI simulator compile on OSX again. dbg_flash_id() really shouldn't be compiled for the sim anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11328 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/remote_native/SOURCES | 3 +++ apps/plugins/bitmaps/remote_native/osx.dummy.bmp | Bin 0 -> 66 bytes 2 files changed, 3 insertions(+) create mode 100644 apps/plugins/bitmaps/remote_native/osx.dummy.bmp (limited to 'apps/plugins/bitmaps/remote_native') diff --git a/apps/plugins/bitmaps/remote_native/SOURCES b/apps/plugins/bitmaps/remote_native/SOURCES index e69de29..c59aab6 100644 --- a/apps/plugins/bitmaps/remote_native/SOURCES +++ b/apps/plugins/bitmaps/remote_native/SOURCES @@ -0,0 +1,3 @@ +#if defined(SIMULATOR) && defined(__APPLE__) +osx.dummy.bmp +#endif diff --git a/apps/plugins/bitmaps/remote_native/osx.dummy.bmp b/apps/plugins/bitmaps/remote_native/osx.dummy.bmp new file mode 100644 index 0000000..f09bec7 Binary files /dev/null and b/apps/plugins/bitmaps/remote_native/osx.dummy.bmp differ -- cgit v1.1