Move the skin parser to a seperate library
commit108b607d08b18f87f49346369a4a23cda80b7577
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Thu, 17 Jun 2010 06:52:02 +0000 (17 06:52 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Thu, 17 Jun 2010 06:52:02 +0000 (17 06:52 +0000)
tree39b57aa3bc373a967e4d1f7d29671226307294c8
parent8b4dedd777643f8ee7176c6b2ee667435a066a8f
Move the skin parser to a seperate library

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26877 a1c6a512-1295-4272-9138-f99709370657
lib/skin_parser/Makefile [new file with mode: 0644]
lib/skin_parser/skin_debug.c [moved from utils/themeeditor/parser/skin_debug.c with 100% similarity]
lib/skin_parser/skin_debug.h [moved from utils/themeeditor/parser/skin_debug.h with 100% similarity]
lib/skin_parser/skin_parser.c [moved from utils/themeeditor/parser/skin_parser.c with 100% similarity]
lib/skin_parser/skin_parser.h [moved from utils/themeeditor/parser/skin_parser.h with 100% similarity]
lib/skin_parser/skin_scan.c [moved from utils/themeeditor/parser/skin_scan.c with 100% similarity]
lib/skin_parser/skin_scan.h [moved from utils/themeeditor/parser/skin_scan.h with 100% similarity]
lib/skin_parser/symbols.h [moved from utils/themeeditor/parser/symbols.h with 100% similarity]
lib/skin_parser/tag_table.c [moved from utils/themeeditor/parser/tag_table.c with 100% similarity]
lib/skin_parser/tag_table.h [moved from utils/themeeditor/parser/tag_table.h with 100% similarity]
utils/themeeditor/themeeditor.pro