summaryrefslogtreecommitdiff
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
parent1b5afda12fff58cf8fd820393a6ab13d1fc29501 (diff)
downloadrockbox-e5cb74003db663b8e48e71d7908409067900d7be.zip
rockbox-e5cb74003db663b8e48e71d7908409067900d7be.tar.gz
rockbox-e5cb74003db663b8e48e71d7908409067900d7be.tar.bz2
rockbox-e5cb74003db663b8e48e71d7908409067900d7be.tar.xz
define archos so that config works better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2275 a1c6a512-1295-4272-9138-f99709370657
-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 769195e..50cb03d 100644
--- a/tools/loadrbf.c
+++ b/tools/loadrbf.c
@@ -10,6 +10,7 @@
#include <stdio.h>
/* 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 b3ba864..7936d07 100644
--- a/tools/writerbf.c
+++ b/tools/writerbf.c
@@ -6,6 +6,7 @@
* Copyright (c) 2002 by Greg Haerr <greg@censoft.com>
*/
#include <stdio.h>
+#define ARCHOS_RECORDER
#include "../firmware/font.h"
extern MWCFONT FONT;