rockbox/tools/checkwps
Nils Wallménius d1a9e0c588 fix checkwps breakage caused by r229900
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
2009-10-06 22:02:06 +00:00
..
buildall.sh Repair build-all.sh and clean-all.sh. 2009-09-13 15:24:59 +00:00
checkwps.c Get rid of some of the code duplication from checkwps, it still duplicates a lot though. 2009-09-13 13:40:58 +00:00
checkwps.h fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
checkwps.make Fix checkwps compilation for the Player 2009-09-11 17:58:17 +00:00
cleanall.sh Repair build-all.sh and clean-all.sh. 2009-09-13 15:24:59 +00:00
file.h
README
SOURCES Get rid of some of the code duplication from checkwps, it still duplicates a lot though. 2009-09-13 13:40:58 +00:00
system-target.h Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00
targets.txt Fix checkwps (configure actually) to compile without SDL, and add samsung YH* to targets.txt 2009-09-23 09:00:44 +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