1
0
Fork 0
forked from len0rd/rockbox

Integrate the warble tool in the regular build system.

Only sdl app builds work properly for now.

Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217
This commit is contained in:
Frank Gevaerts 2012-03-03 19:37:40 +01:00
parent 13a7c9ac70
commit 466a7c6a40
8 changed files with 110 additions and 4 deletions

View file

@ -192,6 +192,7 @@ enum {
#include "system-sdl.h"
#define NEED_GENERIC_BYTESWAPS
#elif defined(__PCTOOL__)
#include "system-sdl.h"
#define NEED_GENERIC_BYTESWAPS
#endif
#include "bitswap.h"