rockbox/utils/themeeditor/themeeditor.pro
Robert Bieber d5b24ddcc5 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
2010-05-25 15:19:52 +00:00

10 lines
189 B
Prolog

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