Fix building of sims for targets with remotes in OS X.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tom Ross 2009-02-28 07:57:36 +00:00
parent cf7a71c302
commit 92fa6eab56
4 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#if defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.bmp
osx_dummy.bmp
#endif

View file

Before

Width:  |  Height:  |  Size: 66 B

After

Width:  |  Height:  |  Size: 66 B

View file

@ -1,3 +1,3 @@
#if defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.bmp
osx_remote_dummy.bmp
#endif

View file

Before

Width:  |  Height:  |  Size: 66 B

After

Width:  |  Height:  |  Size: 66 B