1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/checkwps
Maurus Cuelenaere 304aefe802 Checkwps: move output files to current directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19902 a1c6a512-1295-4272-9138-f99709370657
2009-02-02 00:35:58 +00:00
..
buildall.sh Checkwps: move output files to current directory 2009-02-02 00:35:58 +00:00
checkwps.c Get checkwps working again 2009-01-29 20:49:43 +00:00
checkwps.h Get checkwps working again 2009-01-29 20:49:43 +00:00
cleanall.sh Checkwps: the scripts of course shouldn't be searching for output files in rootdir.. 2009-02-02 00:19:32 +00:00
file.h
Makefile Get checkwps working again 2009-01-29 20:49:43 +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