1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/checkwps
Solomon Peachy 950909fd5a build: Further simplification of checkwps build.
Change-Id: Ic6436ba744457d92606eaf24d6449f8c7009ba0f
2025-05-06 14:27:04 -04:00
..
buildall.sh
checkwps.c checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04:00
checkwps.h
checkwps.make build: Further simplification of checkwps build. 2025-05-06 14:27:04 -04:00
cleanall.sh checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
parse_configure.awk
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

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