rockbox/tools/checkwps
Solomon Peachy a87c96cd79 checkwps: have the ./buildall.sh script log all build failures.
Change-Id: I61be0fca0cb65e7c7108180150df5585fd83c3b5
2020-04-13 17:26:22 -04:00
..
buildall.sh checkwps: have the ./buildall.sh script log all build failures. 2020-04-13 17:26:22 -04:00
checkwps.c Fix path handling snafu for CheckWPS tool 2017-01-16 07:30:39 -05:00
checkwps.h
checkwps.make Fix up some more red 2014-08-05 21:32:13 -04: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
parse_configure.awk checkwps: Fix buildall.sh and some RaaA/ypr0 versions. 2012-02-10 20:27:59 +01:00
README
SOURCES Fix path handling snafu for CheckWPS tool 2017-01-16 07:30:39 -05:00
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