rockbox/tools/checkwps
Solomon Peachy 0c8b71b00d checkwps: Update the cleanall script and documentation
Change-Id: I170875f2b199ec5395a8b66976a8bc17d9eb85f8
2024-12-07 18:09:17 -05:00
..
buildall.sh checkwps: have the ./buildall.sh script log all build failures. 2020-04-13 17:26:22 -04:00
checkwps.c checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04:00
checkwps.h fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
checkwps.make checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04:00
cleanall.sh checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
parse_configure.awk checkwps: Fix buildall.sh and some RaaA/ypr0 versions. 2012-02-10 20:27:59 +01:00
README checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
SOURCES checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04: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
-------------------

No action necessary, list of targets is parsed out of the configure script