summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;