diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-10-25 00:54:06 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-10-25 00:54:06 +0000 |
| commit | 73c0cfa6321e077c45d0a72882a3ad2ce9a453fd (patch) | |
| tree | 0828b8c7e6181ab9c9e99fe50a3e246594333453 /apps/plugins/bitmaps/remote_native | |
| parent | 64baf574080ff3a69aeae935c35f7b6bf5092bc4 (diff) | |
| download | rockbox-73c0cfa6321e077c45d0a72882a3ad2ce9a453fd.zip rockbox-73c0cfa6321e077c45d0a72882a3ad2ce9a453fd.tar.gz rockbox-73c0cfa6321e077c45d0a72882a3ad2ce9a453fd.tar.bz2 rockbox-73c0cfa6321e077c45d0a72882a3ad2ce9a453fd.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/remote_native')
| -rw-r--r-- | apps/plugins/bitmaps/remote_native/SOURCES | 3 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/remote_native/osx.dummy.bmp | bin | 0 -> 66 bytes |
2 files changed, 3 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..f09bec7 --- /dev/null +++ b/apps/plugins/bitmaps/remote_native/osx.dummy.bmp |