From d5b24ddcc57857d9db5751c2f6e51f55633459e7 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 25 May 2010 15:19:52 +0000 Subject: Adding the new WPS parser, code works but need to build the tag table git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26281 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 utils/themeeditor/themeeditor.pro (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro new file mode 100644 index 0000000000..14b001db12 --- /dev/null +++ b/utils/themeeditor/themeeditor.pro @@ -0,0 +1,10 @@ +HEADERS += tag_table.h \ + symbols.h \ + skin_parser.h \ + skin_scan.h \ + skin_debug.h +SOURCES += tag_table.c \ + main.c \ + skin_parser.c \ + skin_scan.c \ + skin_debug.c -- cgit v1.2.3