rockbox/tools/checkwps
Nils Wallménius 8a7eb4b18c Add missing include path.
Change-Id: Icc19a89286f34fa88d151c0212273013d7b14f40
2012-03-18 12:58:33 +01:00
..
buildall.sh checkwps: Fix buildall.sh and some RaaA/ypr0 versions. 2012-02-10 20:27:59 +01:00
checkwps.c fix checkwps 2011-11-21 10:13:36 +00:00
checkwps.h fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
checkwps.make Add missing include path. 2012-03-18 12:58:33 +01:00
cleanall.sh Checkwps: use script for getting the targets instead of hardcoded file (fixes checkwps due to target renaming) 2009-12-29 21:49:44 +00:00
dir-target.h checkwps/ypr0: Forgot new file. 2012-02-11 13:11:48 +01:00
file.h compile checkwps with -Wall, to avoid accidentally breaking it again when a function prototype changes 2009-10-20 17:07:06 +00:00
parse_configure.awk checkwps: Fix buildall.sh and some RaaA/ypr0 versions. 2012-02-10 20:27:59 +01:00
README
SOURCES skin_engine: Reenable skin debugging in the sim (use --debugwps) 2012-03-15 23:26:07 +11:00
system-target.h 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