FS#6315 - Get the UI simulator to compile for non SWCODEC targets on OS X.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11515 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-11-11 23:30:41 +00:00
parent ab643e7694
commit 6684df4113
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
codeclib.c
#elif defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.c
#endif

View file