rockbox/tools/checkwps
Solomon Peachy 3f43fe3cd8 checkwps: Validate all fonts in themes
Makes sure any fonts specified are either:

 * Present in the theme itself
 * One of the fonts in the Rockbox bundle

Change-Id: I215132835e2ae7faa06662637bc867df9c5dba92
2025-10-27 09:52:16 -04:00
..
buildall.sh checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
checkwps.c checkwps: Validate all fonts in themes 2025-10-27 09:52:16 -04:00
checkwps.h fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
checkwps.make checkwps: Validate all fonts in themes 2025-10-27 09:52:16 -04:00
cleanall.sh checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
parse_configure.awk checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
README checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
SOURCES checkwps: Validate %?St() tags 2025-09-27 10:19:20 -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