summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-28 11:54:41 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-28 11:54:41 +0000
commit1f4e4d339c557477c0291f2e0596111fc65b7409 (patch)
treebc43951539103a0a8b12f0ead0b8252bcaddfbfe /apps
parentcfbdf142bc7a9696b4992fa04497b8bf2cdab3f6 (diff)
downloadrockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.gz
rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.zip
Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 5913faf3bf..07b093eb40 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -41,9 +41,6 @@ ifeq ($(TARGET),-DARCHOS_RECORDER)
41 SRC += $(wildcard recorder/*.c) 41 SRC += $(wildcard recorder/*.c)
42 CFLAGS += -Irecorder 42 CFLAGS += -Irecorder
43 OUTNAME = ajbrec.ajz 43 OUTNAME = ajbrec.ajz
44ifneq (LOADABLE_FONTS,$(findstring LOADABLE_FONTS, $(CFLAGS)))
45 CFLAGS += -DLCD_PROPFONTS
46endif
47else 44else
48 OUTNAME = archos.mod 45 OUTNAME = archos.mod
49endif 46endif