summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2005-12-06 13:27:15 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2005-12-06 13:27:15 +0000
commitb0fee17d6e1a463dcd84568e5997663b69488998 (patch)
treefffce775c4d1636a8bbc9e97669aa99b9378fc15 /tools/Makefile
parent01917ec9809f1abff87cb372b700fc09476d343e (diff)
downloadrockbox-b0fee17d6e1a463dcd84568e5997663b69488998.tar.gz
rockbox-b0fee17d6e1a463dcd84568e5997663b69488998.zip
waiting is over: initial unicode commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f30ab4d819..a8e8ddcc6c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,7 +10,7 @@ CFLAGS := -O -ansi -g
10LDFLAGS := -g 10LDFLAGS := -g
11 11
12CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \ 12CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \
13 generate_rocklatin mkboot ipod_fw uclpack 13 generate_rocklatin mkboot ipod_fw codepages uclpack
14 14
15all: 15all:
16 @echo "Run make in your build directory!" 16 @echo "Run make in your build directory!"
@@ -41,6 +41,9 @@ ipod_fw: ipod_fw.c
41convbdf: convbdf.c 41convbdf: convbdf.c
42 $(CC) -g $+ -o $@ 42 $(CC) -g $+ -o $@
43 43
44codepages: codepages.c
45 $(CC) -g $+ -o $@
46
44generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c 47generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c
45 $(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@ 48 $(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@
46 49