summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-08-28 06:14:16 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-08-28 06:14:16 +0000
commitdb22700d326a10b284046fbee78a2191e84b28b6 (patch)
tree322a74d499c27d888817964b9f250a8a5994b80c /apps
parenta0d098bdce8fe91a76e7b64e4815a7b8f1a90c34 (diff)
downloadrockbox-db22700d326a10b284046fbee78a2191e84b28b6.tar.gz
rockbox-db22700d326a10b284046fbee78a2191e84b28b6.zip
Added -DLCD_PROPFONTS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2019 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
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)
39 39
40ifeq ($(TARGET),-DARCHOS_RECORDER) 40ifeq ($(TARGET),-DARCHOS_RECORDER)
41 SRC += $(wildcard recorder/*.c) 41 SRC += $(wildcard recorder/*.c)
42 CFLAGS += -Irecorder 42 CFLAGS += -Irecorder -DLCD_PROPFONTS
43 OUTNAME = ajbrec.ajz 43 OUTNAME = ajbrec.ajz
44else 44else
45 OUTNAME = archos.mod 45 OUTNAME = archos.mod