rockbox/tools/checkwps
Maurus Cuelenaere 8ccd04c33d Add CheckWPS entry to tools/configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22456 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 20:26:53 +00:00
..
buildall.sh Add CheckWPS entry to tools/configure 2009-08-21 20:26:53 +00:00
checkwps.c Don't add #ifdef's without looking them up... 2009-08-21 19:33:27 +00:00
checkwps.h Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00
checkwps.make Add CheckWPS entry to tools/configure 2009-08-21 20:26:53 +00:00
cleanall.sh Checkwps: the scripts of course shouldn't be searching for output files in rootdir.. 2009-02-02 00:19:32 +00:00
file.h Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. 2008-03-26 23:35:34 +00:00
Makefile Add CheckWPS entry to tools/configure 2009-08-21 20:26:53 +00:00
README Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. 2008-03-26 23:35:34 +00:00
system-target.h Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00
targets.txt Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +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