1
0
Fork 0
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:
Robert Bieber 2010-05-25 15:19:52 +00:00
parent fd9d7d0ac1
commit d5b24ddcc5
11 changed files with 1579 additions and 0 deletions

View 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