diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-08-28 06:14:16 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-08-28 06:14:16 +0000 |
| commit | db22700d326a10b284046fbee78a2191e84b28b6 (patch) | |
| tree | 322a74d499c27d888817964b9f250a8a5994b80c | |
| parent | a0d098bdce8fe91a76e7b64e4815a7b8f1a90c34 (diff) | |
| download | rockbox-db22700d326a10b284046fbee78a2191e84b28b6.zip rockbox-db22700d326a10b284046fbee78a2191e84b28b6.tar.gz rockbox-db22700d326a10b284046fbee78a2191e84b28b6.tar.bz2 rockbox-db22700d326a10b284046fbee78a2191e84b28b6.tar.xz | |
Added -DLCD_PROPFONTS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2019 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 07b093e..e4932df 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 |