summaryrefslogtreecommitdiff
path: root/tools
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
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')
-rw-r--r--tools/loadrbf.c1
-rw-r--r--tools/writerbf.c1
2 files changed, 2 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
diff --git a/tools/writerbf.c b/tools/writerbf.c
index b3ba8649ac..7936d07421 100644
--- a/tools/writerbf.c
+++ b/tools/writerbf.c
@@ -6,6 +6,7 @@
6 * Copyright (c) 2002 by Greg Haerr <greg@censoft.com> 6 * Copyright (c) 2002 by Greg Haerr <greg@censoft.com>
7 */ 7 */
8#include <stdio.h> 8#include <stdio.h>
9#define ARCHOS_RECORDER
9#include "../firmware/font.h" 10#include "../firmware/font.h"
10 11
11extern MWCFONT FONT; 12extern MWCFONT FONT;