From e5cb74003db663b8e48e71d7908409067900d7be Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Sep 2002 14:01:09 +0000 Subject: define archos so that config works better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2275 a1c6a512-1295-4272-9138-f99709370657 --- tools/loadrbf.c | 1 + tools/writerbf.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tools') 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 @@ #include /* this should go in a library...*/ +#define ARCHOS_RECORDER #define DEBUGF printf #include "../firmware/loadfont.c" 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 @@ * Copyright (c) 2002 by Greg Haerr */ #include +#define ARCHOS_RECORDER #include "../firmware/font.h" extern MWCFONT FONT; -- cgit v1.2.3