summaryrefslogtreecommitdiff
path: root/tools/loadrbf.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-12 14:01:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-12 14:01:09 +0000
commite5cb74003db663b8e48e71d7908409067900d7be (patch)
treeab2bf11626a2637c16050d5409b0e9ba0ceeaf07 /tools/loadrbf.c
parent1b5afda12fff58cf8fd820393a6ab13d1fc29501 (diff)
downloadrockbox-e5cb74003db663b8e48e71d7908409067900d7be.tar.gz
rockbox-e5cb74003db663b8e48e71d7908409067900d7be.zip
define archos so that config works better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2275 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/loadrbf.c')
-rw-r--r--tools/loadrbf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/loadrbf.c b/tools/loadrbf.c
index 769195ea99..50cb03d2fe 100644
--- a/tools/loadrbf.c
+++ b/tools/loadrbf.c
@@ -10,6 +10,7 @@
10#include <stdio.h> 10#include <stdio.h>
11 11
12/* this should go in a library...*/ 12/* this should go in a library...*/
13#define ARCHOS_RECORDER
13#define DEBUGF printf 14#define DEBUGF printf
14#include "../firmware/loadfont.c" 15#include "../firmware/loadfont.c"
15 16