diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-28 11:54:41 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-28 11:54:41 +0000 |
| commit | 1f4e4d339c557477c0291f2e0596111fc65b7409 (patch) | |
| tree | bc43951539103a0a8b12f0ead0b8252bcaddfbfe /apps | |
| parent | cfbdf142bc7a9696b4992fa04497b8bf2cdab3f6 (diff) | |
| download | rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.zip rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.gz rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.bz2 rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.xz | |
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/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/Makefile b/apps/Makefile index 5913faf..07b093e 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -41,9 +41,6 @@ ifeq ($(TARGET),-DARCHOS_RECORDER) SRC += $(wildcard recorder/*.c) CFLAGS += -Irecorder OUTNAME = ajbrec.ajz -ifneq (LOADABLE_FONTS,$(findstring LOADABLE_FONTS, $(CFLAGS))) - CFLAGS += -DLCD_PROPFONTS -endif else OUTNAME = archos.mod endif |