From b4a9564790575c645d855c23f7f2e07ae03c1c19 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 11 Jun 2010 04:47:46 +0000 Subject: Add my new parser playground to svn. Currently it can load a skin, and walk the parse tree and output the tags as required. It always chooses the first value for a conditional and subline, but a good working start there seems to be a error in the new parser if ROCKBOX is defined... need to fix that git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26757 a1c6a512-1295-4272-9138-f99709370657 --- utils/newparser/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/newparser/Makefile (limited to 'utils/newparser/Makefile') diff --git a/utils/newparser/Makefile b/utils/newparser/Makefile new file mode 100644 index 0000000000..5a0e76f140 --- /dev/null +++ b/utils/newparser/Makefile @@ -0,0 +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 + -- cgit v1.2.3