forked from len0rd/rockbox
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
This commit is contained in:
parent
fd9d7d0ac1
commit
d5b24ddcc5
11 changed files with 1579 additions and 0 deletions
10
utils/themeeditor/themeeditor.pro
Normal file
10
utils/themeeditor/themeeditor.pro
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue