rockbox/tools/checkwps
Maurus Cuelenaere 7da2df4b4b Commit FS#9012 thanks to Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18153 a1c6a512-1295-4272-9138-f99709370657
2008-07-30 15:49:53 +00:00
..
buildall.sh
checkwps.c Commit FS#9012 thanks to Thomas Martitz 2008-07-30 15:49:53 +00:00
checkwps.h get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 though 2008-07-06 13:23:28 +00:00
cleanall.sh
file.h
Makefile fix wrong variable casing. 2008-05-12 20:31:50 +00:00
README
targets.txt Add the Sansa c100 as a build target with basic drivers. 2008-06-21 15:18:36 +00:00

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.

checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).

To compile
----------

Just run the ./buildall.sh script


To remove all compiled files
----------------------------

./cleanall.sh


To add a new target
-------------------

Add $target and $modelname from tools/configure to targets.txt