diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-06 15:04:48 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-06 15:04:48 +0000 |
| commit | f9752c408d427754a63519a60a13eaf1cbdf245d (patch) | |
| tree | 143a46cb0d24e877ce5ad0734d3bd3fb85ce9a8e /tools/Makefile | |
| parent | d622e6416596b2be58f9a0c98fa56c76d44242ae (diff) | |
| download | rockbox-f9752c408d427754a63519a60a13eaf1cbdf245d.zip rockbox-f9752c408d427754a63519a60a13eaf1cbdf245d.tar.gz rockbox-f9752c408d427754a63519a60a13eaf1cbdf245d.tar.bz2 rockbox-f9752c408d427754a63519a60a13eaf1cbdf245d.tar.xz | |
move some code from .h files to .c files and polish unicode.c a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8174 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index a8e8ddc..89c3681 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -41,7 +41,7 @@ ipod_fw: ipod_fw.c convbdf: convbdf.c $(CC) -g $+ -o $@ -codepages: codepages.c +codepages: codepages.c codepage_tables.c $(CC) -g $+ -o $@ generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c |