From 7b3cea4df3142e05205421a7a3aace98b3233b65 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Sep 2002 14:03:56 +0000 Subject: the script sets ARCHOS_RECORDER instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2276 a1c6a512-1295-4272-9138-f99709370657 --- tools/bdf2fnt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/bdf2fnt') diff --git a/tools/bdf2fnt b/tools/bdf2fnt index 97b8292ba4..1466a0f1ef 100755 --- a/tools/bdf2fnt +++ b/tools/bdf2fnt @@ -14,19 +14,19 @@ ./bdf2c $1.bdf > /tmp/$1.c # compile writerbf with linked C source font -gcc -DFONT=font_$1 -I../firmware -o /tmp/writerbf writerbf.c /tmp/$1.c +gcc -DARCHOS_RECORDER -DFONT=font_$1 -I../firmware -o /tmp/writerbf writerbf.c /tmp/$1.c # run writerbf, will write linked incore font to .rbf format /tmp/writerbf rm /tmp/writerbf # load .rbf font and display it for test -gcc -DMAX_FONT_SIZE=500000 -o /tmp/loadrbf loadrbf.c +gcc -DARCHOS_RECORDER -DMAX_FONT_SIZE=500000 -o /tmp/loadrbf loadrbf.c /tmp/loadrbf $1.fnt > /tmp/$1.1 rm /tmp/loadrbf # link .c font and diff with .fnt load for test -gcc -DFONT=font_$1 -I../firmware -o /tmp/loadrbf loadrbf.c /tmp/$1.c +gcc -DARCHOS_RECORDER -DFONT=font_$1 -I../firmware -o /tmp/loadrbf loadrbf.c /tmp/$1.c /tmp/loadrbf > /tmp/$1.2 rm /tmp/loadrbf -- cgit v1.2.3