forked from len0rd/rockbox
not yet for V2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4067 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53989844b4
commit
7dfe57b92e
1 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
|
||||
/* Only build for target */
|
||||
#ifndef SIMULATOR
|
||||
#ifndef SIMULATOR /* Only build for target */
|
||||
#ifndef ARCHOS_RECORDERV2 /* not for those yet */
|
||||
|
||||
/* define DUMMY if you only want to "play" with the UI, does no harm */
|
||||
/* #define DUMMY */
|
||||
|
@ -872,4 +872,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
return PLUGIN_OK;
|
||||
}
|
||||
|
||||
|
||||
#endif /* #ifndef ARCHOS_RECORDERV2 */
|
||||
#endif /* #ifndef SIMULATOR */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue