From 78d29f535ff14a5f213125baf63fa2961be17d79 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 26 Mar 2008 23:35:34 +0000 Subject: Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tools/checkwps/README (limited to 'tools/checkwps/README') diff --git a/tools/checkwps/README b/tools/checkwps/README new file mode 100644 index 0000000000..a94882fdff --- /dev/null +++ b/tools/checkwps/README @@ -0,0 +1,23 @@ +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 -- cgit v1.2.3