blob: 7f6b6d6b4ee90da05ca9086530a33ac993a6c1b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
|