rockbox/tools/checkwps
Dave Chapman 61f1735c59 Prevent the user from running "make" directly - it should only be invoked by the buildall.sh script
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16834 a1c6a512-1295-4272-9138-f99709370657
2008-03-27 00:00:53 +00:00
..
buildall.sh Prevent the user from running "make" directly - it should only be invoked by the buildall.sh script 2008-03-27 00:00:53 +00:00
checkwps.c
cleanall.sh
file.h
Makefile Prevent the user from running "make" directly - it should only be invoked by the buildall.sh script 2008-03-27 00:00:53 +00:00
README
targets.txt

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