rockbox/tools/checkwps
Jonathan Gordon f4d6ef2292 global tab->spaces is not clever with Makefiles!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26112 a1c6a512-1295-4272-9138-f99709370657
2010-05-17 15:16:44 +00:00
..
buildall.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
checkwps.c make checkwps accept .rfms files as remote skins 2010-05-16 11:37:56 +00:00
checkwps.h
checkwps.make global tab->spaces is not clever with Makefiles! 2010-05-17 15:16:44 +00: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
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: use script for getting the targets instead of hardcoded file (fixes checkwps due to target renaming) 2009-12-29 21:49:44 +00:00
README
SOURCES fix checkwps 2010-02-16 05:31:22 +00: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