rockbox/tools/checkwps
Jonathan Gordon 0acb38b61c some minor changes to checkwps, shouldn't change anything
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24874 a1c6a512-1295-4272-9138-f99709370657
2010-02-24 05:58:16 +00:00
..
buildall.sh
checkwps.c some minor changes to checkwps, shouldn't change anything 2010-02-24 05:58:16 +00:00
checkwps.h
checkwps.make some minor changes to checkwps, shouldn't change anything 2010-02-24 05:58:16 +00:00
cleanall.sh
file.h
parse_configure.awk
README
SOURCES
system-target.h

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