From db22700d326a10b284046fbee78a2191e84b28b6 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 28 Aug 2002 06:14:16 +0000 Subject: Added -DLCD_PROPFONTS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2019 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 07b093eb40..e4932dfa36 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -39,7 +39,7 @@ SRC := $(wildcard *.c) ifeq ($(TARGET),-DARCHOS_RECORDER) SRC += $(wildcard recorder/*.c) - CFLAGS += -Irecorder + CFLAGS += -Irecorder -DLCD_PROPFONTS OUTNAME = ajbrec.ajz else OUTNAME = archos.mod -- cgit v1.2.3