diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-13 13:54:34 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-13 13:54:34 +0000 |
| commit | 21cbdac55fc0894dba81cd3d81ba3eba86d1c60e (patch) | |
| tree | a00da2dd847b18036e12ee717b0fc90fccdfbb24 /utils/newparser/Makefile | |
| parent | 93460f50ba07a00f60105706b54bf6264309f109 (diff) | |
| download | rockbox-21cbdac55fc0894dba81cd3d81ba3eba86d1c60e.zip rockbox-21cbdac55fc0894dba81cd3d81ba3eba86d1c60e.tar.gz rockbox-21cbdac55fc0894dba81cd3d81ba3eba86d1c60e.tar.bz2 rockbox-21cbdac55fc0894dba81cd3d81ba3eba86d1c60e.tar.xz | |
get the renderer working more better! "handle" sublines correctly, dont "draw" in the first viewport if we are using viewports, get rid of the idea of a linear token array (i.e we are going to use the parse tree directly)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/newparser/Makefile')
| -rw-r--r-- | utils/newparser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/newparser/Makefile b/utils/newparser/Makefile index 5a0e76f..581a18f 100644 --- a/utils/newparser/Makefile +++ b/utils/newparser/Makefile @@ -1,3 +1,3 @@ all: - gcc -I../themeeditor -g -Wall -o newparser newparser.c skin_render.c handle_tags.c ../themeeditor/skin_parser.c ../themeeditor/skin_scan.c ../themeeditor/skin_debug.c ../themeeditor/tag_table.c + gcc -I. -I../themeeditor -g -Wall -o newparser newparser.c handle_tags.c skin_render.c ../themeeditor/skin_parser.c ../themeeditor/skin_scan.c ../themeeditor/skin_debug.c ../themeeditor/tag_table.c |